| readHeader {codelink} | R Documentation |
Read the header of Codelink files and obtein usefull information.
readHeader(file, dec=FALSE)
file |
File to read. |
dec |
logical; If TRUE determine decimal point. |
A list with header and other usefull information.
Diego Díez Ruiz
## NOT RUN ##
#files <- list.files(pattern="TXT")
#head <- readHeader(files[1])
#############