fields: Extract the fields of a 'smet-class' object

fieldsR Documentation

Extract the fields of a smet-class object

Description

The method as.smet coerces an object or a charachter string to a SMET. If the object is

fields

fields

Usage

fields(object, ...)

fields(object, ...)

## S4 method for signature 'smet'
fields(object, ...)

Arguments

object

the object

...

further arguments

Examples



df <- data.frame(a=1:6,c=1:6)
fields(df)

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






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