Description Usage Arguments Value
View source: R/inspect_all_csv_in_wd.R
run inspect_all() on all csv files in a folder and subfolders
1 2 | inspect_all_csv_in_dir(source_dir = "./", pattern = "csv$",
target_dir = "./", recursive = TRUE)
|
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 |
a list of data frames with the outputs from each csv file in the current working directory (and subdirectories)#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.