tree_paths: Create the Paths for a Directory Tree

Description Usage Arguments Value

Description

Creates a vector of paths for a directory tree through dot-based list expansion

Usage

1
tree_paths(..., fsep = .Platform$file.sep, winslash = "\\", mustWork = NA)

Arguments

fsep

Path separator to use (assumed to be ASCII). See file.path.

winslash

Separator to be used on Windows - ignored elsewhere. See normalizePath.

mustWork

logical: if TRUE then an error is given if the result cannot be determined; if NA, then a warning. See normalizePath.

tree

list object describing a directory tree.

Value

character vector of results of the ... entries expanded and run through normalized_file_path.


weecology/directree documentation built on Dec. 23, 2021, 5:09 p.m.