export_csv: Export CSV

export_csvR Documentation

Export CSV

Description

Exports a list of data frames as csv into named directory

Usage

export_csv(dat, path = ".", na = "", showWarnings = FALSE)

Arguments

dat

a list of data frames to save. If saving out data from a long-form tibble, input the column containing the data to be written, in the format my_output$data.

path

the named release directory. If directory doesn't exist, attempts to create.

na

What should NAs be written as? Defaults to "". Passed onto readr[write_csv].

showWarnings

logical; should the warnings on failure be shown?


josegallegos07/aceR documentation built on June 27, 2022, 10:25 a.m.