open_wd: Open working directory

View source: R/open_wd.R

open_wdR 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 TRUE.

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

spot_unused_files

Examples

{
open_wd()
}


sketchy documentation built on April 4, 2025, 5:39 a.m.