powered by
`full_path_chain` represents another approach to creating chainable paths In contrast to `path_chain`, this functon creates just a list with nested list with full paths as a leaves.
full_path_chain(path = ".", root.name = ".", naming = basename)
list of lists and character objects
root path
naming convention for root directory
naming function
tmp <- create_temp_dir("files") create_sample_dir(tmp, override = TRUE) fs::dir_tree(tmp) chainable.path <- full_path_chain(tmp) chainable.path
Run the code above in your browser using DataLab