Description Usage Arguments Value Examples
View source: R/make_path_tibble.R
Tibble of file information
1 | make_path_tibble(paths, patterns = NULL, ...)
|
paths |
Character vector (atomic or list) of top-level file paths for which you'd like to create a tibble structure. |
patterns |
Character vector (atomic or list) of file patterns passed to list.files(). Length must either be one or equal to length of paths. |
... |
Arguments passed to list.files() |
Tibble structure of file and folder information
1 | make_path_tibble(getwd(), recursive = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.