export_data: Export a dataset into another format (Rds, csv, or as a...

Description Usage Arguments

View source: R/export_final.R

Description

Export a dataset into another format (Rds, csv, or as a package dataset).

Usage

1
2
export_data(data, name = deparse(substitute(data)), type = c("Rds",
  "csv", "pkg"), path = getOption("PROMISE.extdata.path"))

Arguments

data

The dataset.

name

The name of the output dataset filename (without filename extensions).

type

The format to output/save.

path

The path to save the dataset to.


lwjohnst86/PROMISE.scrub documentation built on May 21, 2019, 9:01 a.m.