View source: R/import_multifile_load.R
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.
1 2 3 4 5 6 7 | multifile_load(
df,
list_of_filepaths,
skip = 0,
col_names = TRUE,
verbose = FALSE
)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.