prepareFileBrowser {psichomics} | R Documentation |
Prepare file browser dialogue and update the input's value accordingly to
selected file or directory
Description
Prepare file browser dialogue and update the input's value accordingly to
selected file or directory
Usage
prepareFileBrowser(session, input, id, ...)
Arguments
session |
Shiny session
|
input |
Shiny input
|
id |
Character: input identifier
|
... |
Arguments passed on to fileBrowser
- default
Character: path to initial folder
- caption
Character: caption on the selection dialogue
- multiple
Boolean: allow to select multiple files?
- directory
Boolean: allow to select directories instead of files?
- system
Character: system name
|
Value
NULL (this function is used to modify the Shiny session's state)
[Package
psichomics version 1.4.5
Index]