fileSelectInput: File Selection Control

Description Usage Arguments Details Value See Also

Description

Create a file selection control to select a file on the server

Usage

1
fileSelectInput(inputId, label, value = NULL)

Arguments

inputId

The input slot that will be used to access the value

label

Display label for the control, or NULL for no label

value

Initial value. Paths are exapnded via path.expand.

Details

This widget relies on choose.file/ to present an interactive dialog to users for selecting a file on the local filesystem. Therefore, this widget is intended for shiny apps that are run locally - i.e. on the same system that files/directories are to be accessed - and not from hosted applications (e.g. from shinyapps.io).

Value

A file input control that can be added to a UI definition.

See Also

updateFileSelectInput, readFileSelectInput, choose.file, choose.filename


daniel-rodak/budgetr documentation built on May 25, 2019, 4:22 p.m.