as.data.frame: Coerces a 'smet-class' object to a data frame

Description Usage Arguments See Also

Description

Coerces a smet-class object to a data frame

Usage

1
2
3
## S3 method for class 'smet'
as.data.frame(x, ..., date.field = "timestamp",
  add.header = FALSE, use.melt = FALSE)

Arguments

x

a smet-class object

...

further arguments

date.field

field neme used for date and time. Default is "timestamp".

add.header

logical If TRUE it adds header scalar attributes as fields of the data frame. Default is FALSE.

use.melt

logical. Default is FALSE. If it is TRUE, the result is melted with melt.

See Also

smet-class, smet,as.data.frame


RSMET documentation built on April 24, 2018, 5:04 p.m.

Related to as.data.frame in RSMET...