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