Description Usage Arguments Value Examples
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
1 |
input |
ECA&D filename |
missing |
missing value code, set to the default ECA&D mvc |
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
1 2 3 4 | #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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.