Working directory
Temporarily change the current working directory.
with_dir(new, code) local_dir(new = list(), .local_envir = parent.frame())
| new | 
 | 
| code | 
 | 
| .local_envir | 
 | 
[any]
 The results of the evaluation of the code
argument.
withr for examples
getwd() with_dir(tempdir(), getwd())
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.