readheader: Reads the header of an ECA&D file

Description Usage Arguments Value Examples

View source: R/readheader.R

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

1
readheader(input = "SS_STAID000143.txt")

Arguments

input

ECA&D filename

Value

header of an ECA&D file

Examples

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
head<-readheader(input=path2inptfl)

INQC documentation built on May 24, 2021, 5:07 p.m.