as.data.frame.csdf: S3 method to get data.frame

Description Usage Arguments Value Examples

View source: R/csdf-class.R

Description

S3 method to get data.frame

Usage

1
2
## S3 method for class 'csdf'
as.data.frame(x, ...)

Arguments

x

a csdf object

...

ignored

Value

data.frame from slot data.

Examples

1
2
3
4
Sys.setenv(TZ='GMT')
fpath <- system.file("extdata", "Station_Daily.dat", package="csdf")
obj <- read.toa5(fpath)
summary(as.data.frame(obj))

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