open_wd {sketchy} | R Documentation |
Open working directory
Description
open_wd
opens the working directory in the default file browser.
Usage
open_wd(path = ".", verbose = TRUE)
Arguments
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 |
Details
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.
Value
Opens the working directory using the default file browser.
Author(s)
Marcelo Araya-Salas (marcelo.araya@ucr.ac.cr)
References
Araya-Salas, M., Arriaga, A. (2023), sketchy: research compendiums for data analysis in R. R package version 1.0.3.
See Also
Examples
{
open_wd()
}
[Package sketchy version 1.0.5 Index]