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

View source: R/auxilliaries.R

path_childrenR 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)

path.chain documentation built on Oct. 9, 2024, 1:07 a.m.