Description Usage Arguments Value
ICARTT data file reader in R Accepts only format 1001 (comma delimited, all variables are real)
1  | ReadICT1001(filename, format.time = FALSE)
 | 
filename | 
 name of file in ICARTT 1001 format  | 
format.time | 
 [TRUE/FALSE]  | 
a data frame with additional attribute, "header", attached. Access header information with header <- attr(dataframe,"header") or cat(paste(attr(dataframe,"header"),collapse="\n"),"\n"). Note that modifications to this data frame [e.g., with transform()] may cause loss of this attribute.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.