Learn R Programming

CSHShydRology (version 1.4.2)

ch_create_wd: Create working directory

Description

Creates a working directory.

Usage

ch_create_wd(wd)

Value

TRUE

returns TRUE upon successful execution

Arguments

wd

name of a directory in which to store files created by WhiteboxTools functions

Author

Dan Moore

See Also

ch_clear_wd to clear the working directory

Examples

Run this code
# \donttest{
# not tested automatically as will return a warning
ch_create_wd(tempdir())
# }

Run the code above in your browser using DataLab