ext_match: Within-folder extension match

Description Usage Arguments Value Examples

View source: R/ext_match.R

Description

Within-folder extension match

Usage

1
ext_match(path_tbl, exts, ...)

Arguments

path_tbl

Tibble of paths created with make_path_tibble()

exts

Atomic character vector of file extensions (excluding period, e.g., "csv") that a folder should contain

...

Arguments passed to dplyr::group_by()

Value

Tibble structure

Examples

1
ext_match(example_paths, ext = c("csv", "log", "psydat"), main_dir, last_dir)

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