Description Usage Arguments Value See Also
Function to root both relative and absolute paths to a root directory (or directories) commonly relative to current working directory. Determines the best way to shorten relative paths and put absolute paths in a relative context (if possible) using iso_shorten_relative_paths and iso_find_absolute_path_roots, respectively.
1 | iso_root_paths(path, root = ".", check_existence = TRUE)
|
path |
vector of file/folder paths, mixed relative and absolute paths are allowed. |
root |
root directory for the isofiles. Can be relative to the current working directory (e.g. |
check_existence |
whether to check for the existence of the paths |
a data frame with the root directories and paths relative to the root - order of input paths is preserved
Other file system functions:
iso_expand_paths()
,
iso_find_absolute_path_roots()
,
iso_shorten_relative_paths()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.