see_intermediate: A helper to check content of /data_intermediate directory

View source: R/see_intermediate.R

see_intermediateR Documentation

A helper to check content of /data_intermediate directory

Description

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.

Usage

see_intermediate(... = NULL)

Arguments

...

A set of quoted nested folder names.

Value

A tibble with a column of file names and a column of relative paths.

Examples


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)


RobertoValli/partymakeR documentation built on June 15, 2022, 2:12 p.m.