cd | R Documentation |
cd()
to be like cd -
on unix (return to last dir)Shorthand for setwd, remembering previous directory
A setwd replacement, allowing cd()
to be like cd -
on unix (return to last dir)
cd(dir)
dir |
path to new directory |
## Not run:
cd("~") # go HOME
cd() # return where we were
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.