Description Usage Arguments Value
View source: R/server_directory_select.R
Server logic that reacts to user input such as updating the current selected directory path. This function must be called within a Shiny server function
| 1 | selectServerDirectory(id, serverRootDirectories)
 | 
| id | The same ID as used in the matching call to  | 
| serverRootDirectories | the root directories that your app users are allowed to navigate and it must be a named vector. | 
the selected server directory path as a reactive value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.