path_children {path.chain}R Documentation

Get children nodes, i.e. all the suddiectories in the given directory

Description

Get children nodes, i.e. all the suddiectories in the given directory

Usage

path_children(path.chain)

Arguments

path.chain

object of 'path_chain' class

Value

a list of 'path_chain' objects

Examples

tmp <- create_temp_dir("files")
create_sample_dir(tmp, override = TRUE)
path.chain <- path_chain(tmp)
path_children(path.chain)

[Package path.chain version 0.2.0 Index]