Skip to contents

Admin Widget

Usage

admin_widget(id)

Arguments

id

the id used to launch the admin module server

Value

A htmltools::tagList() object containing the admin UI

Examples

if (FALSE) { # \dontrun{
admin_widget(id = "mydata")
} # }