Description Usage Arguments Value See Also
Helper function to expand the provided paths to find data files in folders and subfolders that match any of the specified extensions. Filepaths will be kept as is, only folders will be expanded. Note that this function is rarely called directly. It is used automatically by iso_read_dual_inlet
and iso_read_continuous_flow
to identify files of interest based on the file paths provided.
1 | iso_expand_paths(path, extensions = c(), root = ".")
|
path |
vector of file/folder paths, mixed relative and absolute paths are allowed. |
extensions |
which extensions to look for? (with or without leading .) - this is typically one or more of the extensions listed by |
root |
root directory for the isofiles. Can be relative to the current working directory (e.g. |
data frame with columns root
(root
as provided) and path
of all the found files.
Other file system functions:
iso_find_absolute_path_roots()
,
iso_root_paths()
,
iso_shorten_relative_paths()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.