write_datasets: Write data sets

View source: R/read_datasets.R

write_datasetsR Documentation

Write data sets

Description

Write data sets to a file in the same format as read_datasets().

Usage

write_datasets(x, file = "")

Arguments

x

The data set to write. The last column must be the set number.

file

either a character string naming a file or a connection open for writing. ‘""’ indicates output to the console.

See Also

write.table, read_datasets()

Examples

x <- read_datasets(text="1 2\n3 4\n\n5 6\n7 8\n", col_names=c("obj1", "obj2"))
write_datasets(x)


eaf documentation built on March 31, 2023, 9:08 p.m.