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

Description Usage Arguments Examples

Description

Like Voltron-ing your data. This package is based on readr, so passing on variables from read_csv will work in bulk_csv. These variables will apply to the import of each CSV sheet.

Usage

1
2
3
4
5
bulk_csv(folder = "DEFAULTBULKCSV2017",
  export = "filenamedefaultbulkcsv2017.csv", col_names = TRUE,
  col_types = NULL, na = c("", "NA"), quoted_na = TRUE, comment = "",
  trim_ws = TRUE, skip = 0, n_max = Inf, guess_max = min(1000, n_max),
  progress = interactive())

Arguments

folder

The folder in relation to your working directory where the csv files exist. Default folder is the current working directory.

export

File name to export csv file as, if wanted.

Examples

1
bulk_csv(folder="data", export="combined_data.csv")

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