directoryInput: Directory Selection Control

Description Usage Arguments Details Value See Also

View source: R/directoryInput.R

Description

Directory Selection Control

Usage

1
directoryInput(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 expanded via path.expand.

Details

This widget relies on choose.dir to present an interactive dialog to users for selecting a directory 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 directory input control that can be added to a UI definition.

See Also

updateDirectoryInput, readDirectoryInput, choose.dir


wleepang/shiny-directory-input documentation built on March 8, 2021, 12:54 p.m.