Description Usage Arguments Value Author(s) Examples
View source: R/read_and_bind_xlsx.R
This function is created to bind similar files into one data frame.
1 | read_and_bind_xlsx(path, filename_pattern = "", return_filenames = F)
|
path |
A path to XLSX files |
filename_pattern |
A substring for subsetting files (part of file name) |
return_filenames |
A parameter, that can be set to TRUE if the output must contain source filenames. Default: FALSE |
A data frame of all XLSX files, with a given substring in each filename, joined
Dmitrii Diachkov (2021)
1 2 | # This will return a dataframe, based on binded XLSX files, which name contained 'data' as a substring
read_and_bind_xlsx(getwd(), "data")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.