inspect_all_csv_in_dir: run inspect_all() on all csv files in a folder and subfolders

Description Usage Arguments Value

View source: R/inspect_all_csv_in_wd.R

Description

run inspect_all() on all csv files in a folder and subfolders

Usage

1
2
inspect_all_csv_in_dir(source_dir = "./", pattern = "csv$",
  target_dir = "./", recursive = TRUE)

Arguments

source_dir

folder to search for csv files that inspect_all() should be run on

pattern

a regex pattern on which files in the folders to select. The default is "csv$"; this should be kept at the end of the pattern

recursive

logical: if TRUE (default), also searches all subfolders of the current working directory

target_folder

path to the folder where the issue tables should be saved

Value

a list of data frames with the outputs from each csv file in the current working directory (and subdirectories)#


ellieallien/cleaninginspectoR documentation built on July 18, 2019, 12:30 p.m.