excel_to_csv | R Documentation |
Converts an Excel workbook into multiple csv files (one per tab). Names the files in the following format: sheetName_excelName.csv.
excel_to_csv(path, directory = NULL, ...)
path |
(character) File location of the excel workbook. |
directory |
(character) Optional. Directory to download csv files to. |
... |
Optional. Allows arguments from read_excel.
Defaults to the base directory that |
invisible
Dominic Mullen dmullen17@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.