Shortcut function to create a new DSLiteServer
instance.
newDSLiteServer( tables = list(), resources = list(), config = DSLite::defaultDSConfiguration(), strict = TRUE, home = file.path(tempdir(), ".dslite") )
tables | A named list of data.frames representing the harmonized tables. |
---|---|
resources | A named list of |
config | 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). |
strict | Logical to specify whether the DataSHIELD configuration must be strictly applied. Default is TRUE. |
home | 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