Description Usage Arguments Value Author(s) Examples
Verify if the dir is the work directory
1 | 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
1 2 | f1 <- tempdir()
r1 <- chk_workdir(f1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.