Connect to DSS via the JVM.
Usage
dss_check_connection()
dss_require(
dss_home = getOption("dss.home"),
message_level = getOption("dss.messagelevel"),
monolith = getOption("dss.monolith"),
quietly = TRUE
)
dss_connect(
dss_home = getOption("dss.home"),
message_level = getOption("dss.messagelevel"),
monolith = getOption("dss.monolith"),
quietly = FALSE
)
Details
both dss_connect()
and dss_require()
configure the JVM
to use the HEC-DSS Java library. dss_require()
is designed for
use inside other packages; it returns FALSE
and gives a
warning (rather than an error as dss_connect()
does)
if the HEC-DSS Java library cannot be loaded correctly.