Specify file location and import data from multiple files either recursively or directly in the folder. Outputs a data frame with correct folder names for each row.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
filepath |
The path to the files/folders |
pattern |
The pattern in the files you want imported |
recursive |
Logical, search in sub folders or not? |
delim |
Single character used to separate fields within a record, (see |
skip_rows |
Ignore blank rows? (see |
progress |
Show progress for data import? (see |
show_col_types |
List column types? (see |
trim_ws |
Should leading and trailing whitespace be trimmed? (see |
col_types |
One of NULL, a cols() specification, or a string, (see |
col_names |
Logical, does the data have column names or not? (see |
quoted_na |
Should missing values inside quotes be treated as missing values (the default) or strings? (see |
convert |
Should all columns in the resulting data frame be converted to character? |
df |
Should the results be converted to a data frame? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.