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

Value

Opens the working directory using the default file browser.

Author(s)

Marcelo Araya-Salas (marcelo.araya@ucr.ac.cr)

References

Araya-Salas, M., & Smith-Vidaurre, G. (2017). warbleR: An R package to streamline analysis of animal acoustic signals. Methods in Ecology and Evolution, 8(2), 184-191.

See Also

move_imgs

Other data manipulation: move_images(), split_sound_files()

Examples

{
open_wd()
}


maRce10/warbleR documentation built on April 8, 2024, 11:08 p.m.