check_dir.Rd
Directory check
check_dir(dir, verbose = TRUE)
Directory where output will be saved. The directory where the file should be saved. If dir = NULL no output will be saved.
A logical that specifies if you want to print messages and warnings to the console. The default is TRUE.
TRUE
Check that
The user knows that the data will not be saved if dir = NULL.
dir = NULL
The directory exists if it can be created.
The function fails if the directory cannot be created.
Chantel R. Wetzel
check_dir(getwd(), verbose = FALSE) # See more output check_dir(getwd())