View source: R/see_intermediate.R
see_intermediate | R Documentation |
This function assumes a standardized RProject folder structure with a "data_intermediate" folder at top level. The function is a wrapper of here
and allows to quickly inspect files and folders.
see_intermediate(... = NULL)
... |
A set of quoted nested folder names. |
A tibble with a column of file names and a column of relative paths.
library(partymakeR) ## Not run: # See main data_input directory see_intermediate() # See top level see_intermediate("..") # Enter any number of nested folders see_intermediate("folder", "subfolder") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.