readecad {INQC} | R Documentation |
Reads an ECA&D data/sources/stations file
Description
This function reads one ECA&D file and puts it in yyyy/mm/dd/value. Data is NOT divided by 10, to transform it into true units
Usage
readecad(input = "SS_STAID000143.txt", missing = -9999)
Arguments
input |
ECA&D filename |
missing |
missing value code, set to the default ECA&D mvc |
Value
data frame containing data (time series) from the ECA&D file. An introductory part of the ECA&D file with meta data information is skipped
Examples
#Extract the ECA&D data file from the example data folder
path2inptfl<-system.file("extdata", "CC_SOUID132727.txt", package = "INQC")
#Read the data file
df<-readecad(input=path2inptfl,missing= -9999)
[Package INQC version 2.0.5 Index]