powered by
Textual filesystem browser
Files(root=getwd(), multiple=FALSE, hidden=FALSE)
Root directory
Allows multiple files to be selected
Show hidden files?
Returns character vector of selected files, or dirname (useful for 'setwd()'), or new user-defined file name with full path.
Interactive text-based file chooser dialog. Alternatives for Linux: tcltk::tk_choose.files() and tcltk::tk_choose.dir()
setwd, getwd, dir
setwd
getwd
dir
# NOT RUN { ## interactive commands setwd <- Files() # then select directory to work in Files("~", hidden=TRUE) # explore home directory with hidden files (Linux, macOS) # }
Run the code above in your browser using DataLab