Initialize new places object with root, Default: here::here()

.init(self, private, root = here::here())

Arguments

self

places self object

private

places private object

root

root path of the object, Default: here::here()

Value

print method for the places object

Details

root path is tested via normalizePath that it exists.

See also

Examples

places$new()
#> $root #> [1] "/Users/yonis/projects/places" #> #> $paths #> list() #>
places$new(here::here('..'))
#> $root #> [1] "/Users/yonis/projects" #> #> $paths #> list() #>