View source: R/CTS5_USEA_technical.R
cts5_readMetaSensor | R Documentation |
read CTS5 xml files with float and sensors meta data
cts5_readMetaSensor(
floatname = "",
CycleNumber = NULL,
PatternNumber = NULL,
filename = NULL
)
floatname |
hexa name of the float or .* to select all float name. If "" the floatname of the last file transmitted will be used |
CycleNumber |
numeric : number of the cycle to decode. If NA, the last file is decoded |
PatternNumber |
numeric : number of the Pattern to decode. If NA, the last file is decoded |
filename |
if not null, used as meta file filename |
list containing the Meta data
Meta<-cts5_readMetaSensor(floatname="ffff",CycleNumber=118)
Meta<-cts5_readMetaSensor()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.