ProcessDSS | R Documentation |
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
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 )
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 |
not sure
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.