| 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 Diez
## Not run:
files <- list.files(pattern = "TXT")
head <- readHeader(files[1])
## End(Not run)