selectServerDirectory: Shiny serve logic for 'serverDirectorySelectWidget'.

Description Usage Arguments Value

View source: R/server_directory_select.R

Description

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

Usage

1
selectServerDirectory(id, serverRootDirectories)

Arguments

id

The same ID as used in the matching call to serverDirectorySelectWidget

serverRootDirectories

the root directories that your app users are allowed to navigate and it must be a named vector.

Value

the selected server directory path as a reactive value


keqiang/shinywidgets documentation built on March 3, 2020, 11:56 p.m.