Change the value of a directoryInput on the client
Source:R/directoryInput.R
updateDirectoryInput.RdChange the value of a directoryInput on the client
Arguments
- session
The
sessionobject passed to function given toshinyServer.- inputId
The id of the input object.
- value
A directory path to set
- ...
Additional arguments passed to
choose.dir. Only used ifvalueisNULL.