Shortcut function to create a new DSLiteServer
instance.
newDSLiteServer(
tables = list(),
resources = list(),
config = DSLite::defaultDSConfiguration(),
strict = TRUE,
home = file.path(tempdir(), ".dslite")
)
A named list of data.frames representing the harmonized tables.
A named list of resourcer::Resource
objects representing accessible data or computation resources.
The DataSHIELD configuration. Default is to discover it from the DataSHIELD server-side R packages. See defaultDSConfiguration function for including or excluding packages when discovering the DataSHIELD configuration from the DataSHIELD server-side packages (meta-data from the DESCRIPTION files).
Logical to specify whether the DataSHIELD configuration must be strictly applied. Default is TRUE.
Folder location where are located the session work directory and where to read and dump workspace images. Default is in a hidden folder of the R session's temporary directory.
Other server-side items:
DSLiteServer