Description Usage Arguments Details Examples
Sets valid working directory from vector of possible directories
1 | set_valid_wd(possible)
|
possible |
character vector of possible working directores |
Sets the working directory to the first valid directory from a list of possible directories.
1 2 3 4 | ## Not run:
set_valid_wd(c('examples/directory1', 'anotherExample/directory2'))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.