ProcessDSS: ProcessDSS

View source: R/ProcessDSS.R

ProcessDSSR Documentation

ProcessDSS

Description

See: src/DSSvue_python/ExtractDss.py ExtractDss.py is a python 2.2.1 program passed to the HEC-DSSVue Java application. It requires a .ini file specifying input parameters. Note that this function creates a system2() call to the bash script hec-dssvue, which is a wrapper for hec-dssvue.sh

Usage

ProcessDSS(
  path.dss.py = NULL,
  file.dss.py = NULL,
  path.dss.ini = NULL,
  file.dss.ini = NULL,
  start.date = "1965-01-01",
  end.date = "2005-12-31",
  DEBUG = FALSE
)

Arguments

path.dss.py

NULL by default

file.dss.py

NULL by default

path.dss.ini

NULL by default

file.dss.ini

NULL by default

start.date

'1965-01-01'

end.date

'2005-12-31'

DEBUG

not sure what this is for

Value

not sure


troyhill/RSM documentation built on Aug. 23, 2022, 2:40 p.m.