make_path_tibble: Tibble of file information

Description Usage Arguments Value Examples

View source: R/make_path_tibble.R

Description

Tibble of file information

Usage

1

Arguments

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()

Value

Tibble structure of file and folder information

Examples

1
make_path_tibble(getwd(), recursive = FALSE)

JasonDude16/FileCheckR documentation built on Feb. 18, 2022, 1:29 a.m.