Learn R Programming

fold (version 0.2.6)

as.csv.folded: Save Folded Format as CSV

Description

Saves folded format as CSV. Simply calls as.csv.data.frame.

Usage

# S3 method for folded
as.csv(x, ...)

Arguments

x

object

...

passed arguments

Value

invisible folded (x)

See Also

fold.data.frame as.folded.character

Examples

Run this code
# NOT RUN {
library(magrittr)
library(csv)
data(eventsf)
eventsf %>% as.csv(tempfile())
# }

Run the code above in your browser using DataLab