bulk_excel: Creating a single data frame from a folder of similarly...

Description Usage Arguments Examples

Description

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.

Usage

1
2
3
bulk_excel(folder = "DEFAULTBULKCSV2017",
  export = "filenamedefaultbulkcsv2017.csv", sheet = 1, col_names = TRUE,
  col_types = NULL, na = "", skip = 0)

Arguments

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.

Examples

1
bulk_excel(folder="data", export="combined_data.xls")

andrewbtran/muckrakr documentation built on May 12, 2019, 3:37 a.m.