ch_create_wd {CSHShydRology} | R Documentation |
Create working directory
Description
Creates a working directory.
Usage
ch_create_wd(wd)
Arguments
wd |
name of a directory in which to store files created by WhiteboxTools functions |
Value
TRUE |
returns |
Author(s)
Dan Moore
See Also
ch_clear_wd
to clear the working directory
Examples
# not tested automatically as will return a warning
ch_create_wd(tempdir())
[Package CSHShydRology version 1.4.2 Index]