open_wd | R Documentation |
open_wd
opens the working directory in the default file browser.
open_wd(path = ".", verbose = TRUE)
path |
Directory path to be opened. By default it's the working directory. |
verbose |
Logical to control whether the 'path' is printed in the console. Default is |
The function opens the working directory using the default file browser and prints the working directory in the R console. This function aims to simplify the manipulation of files and folders in a project.
Opens the working directory using the default file browser.
Marcelo Araya-Salas (marcelo.araya@ucr.ac.cr)
Araya-Salas, M., Arriaga, A. (2023), sketchy: research compendiums for data analysis in R. R package version 1.0.3.
spot_unused_files
{
open_wd()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.