readHeaderXLS {codelink} | R Documentation |
Read the header of Codelink files and obtain useful information.
readHeaderXLS(file, dec=FALSE)
file |
File to read. |
dec |
logical; If TRUE determine decimal point. |
This function is not meant to be used by normal users.
A list with header and other usefull information.
Diego Diez
## Not run: files <- list.files(pattern = "TXT") head <- readHeaderHeader(files[1]) ## End(Not run)