Description Usage Arguments Examples
Like Voltron-ing your Excel data. This package is based on readxl, so passing on variables from read_excel will work in bulk_excel. These variables will apply to the import of each Excel spreadsheet.
1 2 3 | bulk_excel(folder = "DEFAULTBULKCSV2017",
export = "filenamedefaultbulkcsv2017.csv", sheet = 1, col_names = TRUE,
col_types = NULL, na = "", skip = 0)
|
folder |
The folder in relation to your working directory where the Excel files exist. Default folder is the current working directory. |
export |
File name to export csv file as, if wanted. |
1 | bulk_excel(folder="data", export="combined_data.xls")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.