Description Usage Arguments Details Value See Also
View source: R/directoryInput.R
Directory Selection Control
1 | directoryInput(inputId, label, value = NULL)
|
inputId |
The |
label |
Display label for the control, or NULL for no label |
value |
Initial value. Paths are expanded via |
This widget relies on choose.dir
to present an interactive
dialog to users for selecting a directory on the local filesystem. Therefore,
this widget is intended for shiny apps that are run locally - i.e. on the
same system that files/directories are to be accessed - and not from hosted
applications (e.g. from shinyapps.io).
A directory input control that can be added to a UI definition.
updateDirectoryInput
, readDirectoryInput
, choose.dir
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.