readout | R Documentation |
Read output file from SHUD model
readout(
keyword,
path = get("outpath", envir = .shud),
ASCII = FALSE,
ver = get("version", envir = .shud),
file = file.path(path, paste0(get("PRJNAME", envir = .shud), ".", keyword, ".dat"))
)
keyword |
keyword of the output file. File name format is: projectname.keyword.dat |
path |
path of the output file |
ASCII |
If TRUE, convert the binary file to ASCII format (.csv) |
ver |
Version of output file. Ver = 1.0, 2.0 |
file |
Full path of output file. |
A Time-Series data. This list require support of xts packages.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.