fileBrowser: Interactive folder selection using a native dialogue

Description Usage Arguments Details Value Source

View source: R/utils_fileBrowserDialog.R

Description

Interactive folder selection using a native dialogue

Usage

1
2
3
4
5
6
fileBrowser(
  default = NULL,
  caption = NULL,
  multiple = FALSE,
  directory = FALSE
)

Arguments

default

Character: path to initial folder

caption

Character: caption on the selection dialogue

multiple

Boolean: allow to select multiple files?

directory

Boolean: allow to select directories instead of files?

Details

Platform-dependent implementation:

Value

A length one character vector, character NA if 'Cancel' was selected

Source

https://github.com/wleepang/shiny-directory-input


psichomics documentation built on Nov. 8, 2020, 5:44 p.m.