read.csixml: Read Campbell Scientific XML

Description Usage Arguments Value Examples

View source: R/read.csixml.R

Description

Read Campbell Scientific XML

Usage

1

Arguments

file

The name of the file containing the Campbell Scientific XML contents. This can contain \~ which is expanded to the user's home directory.

Value

an S4 class csdf

Examples

1
2
3
Sys.setenv(TZ='GMT')
fpath <- system.file("extdata", "CSIXML_Station_Daily.dat", package="csdf")
obj <- read.csixml(fpath)

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