Rdocumentation
powered by
Learn R Programming
crunch (version 1.10.4)
exportDataset: Export a dataset to a file
Description
Export a dataset to a file
Usage
exportDataset(dataset, file, format = c("csv", "spss"), ...)
"write.csv"(...)
Arguments
dataset
CrunchDataset
file
character local filename to write to
format
character export format: currently supported values are "csv" and "spss".
...
additional arguments, currently ignored
Value
Invisibly,
file
.