path_children {path.chain} | R Documentation |
Get children nodes, i.e. all the suddiectories in the given directory
path_children(path.chain)
path.chain |
object of 'path_chain' class |
a list of 'path_chain' objects
tmp <- create_temp_dir("files")
create_sample_dir(tmp, override = TRUE)
path.chain <- path_chain(tmp)
path_children(path.chain)