choose_files: Choose files

Description Usage Arguments See Also

View source: R/choose_files.R

Description

This function allows the user to choose file(s) interactively. It has been tested on Windows, Ubuntu and macOS.

Usage

1
2
choose_files(initial_dir = getwd(), method = select_directory_method(),
  title = NULL, multiple = TRUE)

Arguments

initial_dir

Path to folder from which to display dialog. Default is to use current working directory.

method

Package to be used to construct the GUI. See 'select_directory_method()'

title

Character, title of the vector

multiple

Boolean, allows for multiple files to be selected. Some GUIs do not allow multiple files.

See Also

select_directory_method(), choose_directory()


matiasandina/choices documentation built on Dec. 23, 2020, 3:47 a.m.