ch_clear_wd {CSHShydRology} | R Documentation |
Clear Working Directory
Description
Empties and removes a working directory.
Usage
ch_clear_wd(wd, do_check = TRUE)
Arguments
wd |
working directory file path |
do_check |
If |
Details
The data for raster layers read in as Whitebox files are held on disk rather than in memory
Value
result |
returns TRUE upon successful execution |
Author(s)
Dan Moore
See Also
ch_create_wd
to create working directory
Examples
# not tested as deleting all files in the directory cannot be tested in CRAN
# create an empty working directory
my_wd <- tempdir()
ch_create_wd(my_wd) # confirm creation
# clear the working directory
ch_clear_wd(my_wd)
[Package CSHShydRology version 1.4.2 Index]