R/setupDATASETTest.R
setupDATASETTest.Rd
Load the TESTING.DATASET datasets, the corresponding login data object, instanciate a new DSLiteServer hosting these datasets and verify that the required DataSHIELD server-side packages are installed.
setupDATASETTest(packages = c(), env = parent.frame())
packages | DataSHIELD server-side packages which local installation must be verified so that the DSLiteServer can auto-configure itself and can execute the DataSHIELD operations. Default is none. |
---|---|
env | The environment where DataSHIELD objects should be looked for: the DSLiteServer and the DSIConnection objects. Default is the Global environment. |
The login data for the datashield.login function.
Other setup functions:
setupCNSIMTest()
,
setupDASIMTest()
,
setupDISCORDANTTest()
,
setupDSLiteServer()
,
setupSURVIVALTest()
{ logindata <- setupDATASETTest() conns <- datashield.login(logindata, assign=TRUE) # do DataSHIELD analysis datashield.logout(conns) }#> #>#> #>#> #>#> #>