selectServerFile: Shiny serve logic for 'serverFileSelectWidget'.

Description Usage Arguments Value

View source: R/server_file_select.R

Description

Server logic that reacts to user input such as updating the current selected file path. This function must be called within a Shiny server function

Usage

1
selectServerFile(id, serverRootDirectories)

Arguments

id

The same ID as used in the matching call to serverFileSelectWidget

serverRootDirectories

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

Value

The selected server file path as a reactive value


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