Learn R Programming

RSMET (version 1.3.8)

header_attr: 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

Run this code
# NOT RUN {
x <- smet(system.file('examples/PIEM001114.smet',package="RSMET"))
header_attr(x,attr="station_name")

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

# }

Run the code above in your browser using DataLab