Examples for 'withr::with_dir'


Working directory

Aliases: with_dir local_dir

Keywords:

### ** Examples

getwd()
[1] "/tmp/Rserv/conn774651"
with_dir(tempdir(), getwd())
[1] "/tmp/Rtmpul02DQ"

[Package withr version 3.0.2 Index]