multifile_load: Multifile load

Description Usage Arguments

View source: R/import_multifile_load.R

Description

This function spotchecks rows in the dataframe to see that the multiple files user is attempting to merge have all been loaded into the dataframe.

Usage

1
2
3
4
5
6
7
multifile_load(
  df,
  list_of_filepaths,
  skip = 0,
  col_names = TRUE,
  verbose = FALSE
)

Arguments

df

dataframe

list_of_filepaths

a list of paths to files user is trying to merge

skip

number of rows to skip

col_names

if row skipped, if this is true, the new first row is column names, if false, the new first row denotes data values in the dataframe

verbose

if true, more comprehensive output is given


associatedpress/apdatacheck documentation built on Feb. 17, 2020, 9:27 p.m.