excel_to_csv: Convert Excel workbook to multiple csv files

View source: R/excel_to_csv.R

excel_to_csvR Documentation

Convert Excel workbook to multiple csv files

Description

Converts an Excel workbook into multiple csv files (one per tab). Names the files in the following format: sheetName_excelName.csv.

Usage

excel_to_csv(path, directory = NULL, ...)

Arguments

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 path is located in.

Value

invisible

Author(s)

Dominic Mullen dmullen17@gmail.com


NCEAS/datamgmt documentation built on June 5, 2023, 6:14 a.m.