chk_workdir | R Documentation |
Verify if the dir is the work directory
chk_workdir(dir, top_dir = NULL, sub_dir = "myRepo")
dir |
a work directory; default to '/Users/user for Mac; "c:/tmp" for Windows |
top_dir |
a top or root directory; default to '/Users/user for Mac or getwd for other OS |
sub_dir |
a sub directory |
TRUE or FALSE
Hanming Tu
f1 <- tempdir() r1 <- chk_workdir(f1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.