Set working directory using a stored path

.setwd(self, private, place)

Arguments

self

places self object

private

places private object

place

name of stored path

See also

Examples

paths <- places$new() paths
#> $root #> [1] "/Users/yonis/projects/places" #> #> $paths #> list() #>
paths$add(back = '..',this='.') paths$setwd('back') paths$setwd('this')