write.csixml: Write csdf object to a file in CSI XML format

Description Usage Arguments Examples

View source: R/write.csixml.R

Description

We write a text file directly without XML object to avoid memory overhead for large datasets.

Usage

1
write.csixml(x, file = "")

Arguments

x

a csdf object

file

a file to write to

Examples

1
2
3
4
Sys.setenv(TZ='GMT')
fpath <- system.file("extdata", "Station_Daily.dat", package="csdf")
obj <- read.toa5(fpath)
write.csixml(obj, "out.xml")

mlt/csdf documentation built on May 23, 2019, 4:06 a.m.