fileBrowser {psichomics}R Documentation

Interactive folder selection using a native dialogue

Description

Interactive folder selection using a native dialogue

Usage

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


[Package psichomics version 1.20.2 Index]