Description Usage Arguments Details Value Author(s) Examples
Read the header of Codelink files and obtain useful information.
1 | 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
1 2 3 4 5 | ## Not run:
files <- list.files(pattern = "TXT")
head <- readHeaderHeader(files[1])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.