readout: Read output file from PIHM

Description Usage Arguments Value

View source: R/readout.R

Description

Read output file from PIHM

Usage

1
2
3
readout(keyword, path = get("outpath", envir = .pihm), ASCII = FALSE,
  file = file.path(path, paste0(get("PRJNAME", envir = .pihm), ".",
  keyword, ".dat")))

Arguments

keyword

keyword of the output file. File name format is: projectname.keyword.dat

path

path of the outputfile

ASCII

If TRUE, convert the binary file to ASCII format (.csv)

file

Full path of output file.

Value

A TimeSeries data. This list require support of xts packages.


happynotes/PIHMgisR documentation built on Jan. 25, 2020, 9:51 p.m.