header_attr: Header attributes of a 'smet' object.

Description Usage Arguments Examples

View source: R/header_attrs.R

Description

Header attributes of a smet object.

Usage

1
header_attr(x, attr = "station_id", ...)

Arguments

x

a smet-class object

attr

attribute name of the header to print

...

further arguments or sapply.

Examples

1
2
3
4
x <- smet(system.file('examples/PIEM001114.smet',package="RSMET"))
header_attr(x,attr="station_name")

header_attr(list(x,x),attr="station_name")

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

Related to header_attr in RSMET...