View source: R/mod_shinyFiles.R
dirChooserServer | R Documentation |
A formatted directory input using shinyFiles The format is based on AdminLTE v2 (shinydashboard)
dirChooserServer(id, roots, allowDirCreate = TRUE)
id |
Module id. |
roots |
A named vector of absolute filepaths or a function returning a named vector of absolute filepaths (the latter is useful if the volumes should adapt to changes in the filesystem). |
allowDirCreate |
Logical that indicates if creating new directories by the user is allowed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.