Sets valid working directory from vector of possible directories
set_valid_wd(possible)
possible
: character vector of possible working directoresSets 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)
Useful links