set_valid_wd {repmis} | R Documentation |
Sets valid working directory from vector of possible directories
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.
## Not run:
set_valid_wd(c('examples/directory1', 'anotherExample/directory2'))
## End(Not run)