Learn R Programming

warbleR (version 1.1.13)

open_wd: Open working directory

Description

open_wd opens the working directory in the default file browser.

Usage

open_wd(path = getwd(), verbose = TRUE)

Arguments

path

Directory path to be opened. By default it's the working directory. 'wav.path' set by warbleR_options is ignored in this case.

verbose

Logical to control whether the 'path' is printed in the console.

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 sound files and other files produced by many of the warbleR function.

See Also

move.imgs

Other data manipulation: move.imgs

Examples

Run this code
# NOT RUN {
{
open_wd()
}
# }

Run the code above in your browser using DataLab