Get names of the stored paths in the places object

.names(self, private)

Arguments

self

places self object

private

places private object

See also

Examples

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