header_attr: Header attributes of a 'smet' object.

View source: R/header_attrs.R

header_attrR Documentation

Header attributes of a smet object.

Description

Header attributes of a smet object.

Usage

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


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

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


ecor/RSMET documentation built on Aug. 30, 2023, 2:04 a.m.