check_dir | R Documentation |
Directory check
check_dir(dir, verbose = TRUE)
dir |
Directory where output will be saved. The directory where the file should be saved. If dir = NULL no output will be saved. |
verbose |
A logical that specifies if you want to print messages and
warnings to the console. The default is |
Check that
The user knows that the data will not be saved if 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())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.