mergeExcelData
takes in multiple filenames/single excel file with multiple sheets and merges as
a single dataframe.
uses packages: openxlsx
1 | mergeExcelData(filenames, SheetNo, selectedData = NULL, ...)
|
Atesh Koul, RBCS, Istituto Italiano di technologia
atesh.koul@gmail.com The function assumes that the files to be merged have the same number of columns (necessity for rbind)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.