excel_to_csv.Rd
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