readout: Read output file from SHUD model

View source: R/readout.R

readoutR Documentation

Read output file from SHUD model

Description

Read output file from SHUD model

Usage

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"))
)

Arguments

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.

Value

A Time-Series data. This list require support of xts packages.


SHUD-System/SHUDtoolbox documentation built on Nov. 27, 2024, 5:54 a.m.