with_dir | R Documentation |
Temporarily change the current working directory.
with_dir(new, code)
new |
|
code |
|
[any]
The results of the evaluation of the code
argument.
setwd()
getwd()
with_dir(tempdir(), getwd())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.