...
Note | ||
---|---|---|
| ||
This tutorial assumes you have already installed the DataSHIELD test environment . Install takes around half an hour. It is recommended that you familiarise yourself with R first by sitting our Session 1: Introduction to R tutorial |
...
- Login details are held in a data frame (table). The example below shows the format of the login data frame for DataSHIELD test environment which consists of two datasets held by two Opal servers. This login file
logindata
is built into the DataSHIELD test environment.
...
Code Block | ||
---|---|---|
| ||
ds.subset(x='D', subset='D_wihthoutwithout_NA', completeCases=TRUE) #In order to indicate that a generated subset dataframe or vector is invalid all values within it are set to NA! |
...