read_all_xlsx_then_save_csv | R Documentation |
Following the same principle of read_all_sheets_then_save_csv
read_all_xlsx_then_save_csv()
just loop read_all_sheets_then_save_csv()
over
all available xlsx files
read_all_xlsx_then_save_csv(path_to_xlsx)
path_to_xlsx |
a character vector with the path to excel file |
See: read_sheet_then_save_csv
## Not run:
# read and into a csv
xlsx_dir <- system.file("xlsx-examples", package = "misc")
read_all_xlsx_then_save_csv(
path_to_xlsx = xlsx_dir
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.