readheader {INQC} | R Documentation |
Reads the header of an ECA&D file
Description
This function reads one ECA&D file and returns the header (an introductory part of the ECA&D file), so it can be written in the same way
Usage
readheader(input = "SS_STAID000143.txt")
Arguments
input |
ECA&D filename |
Value
header of an ECA&D file
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
head<-readheader(input=path2inptfl)
[Package INQC version 2.0.5 Index]