Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip
titleHow datashield.login works

If we do not specify individual variables to assign to the server-side R session, like in this case, all variables held in the Opal servers are assigned. You can add an argument ("variables") to datashield.assign.table which will limit the columns which will be loaded from the server data frame (for usage see the help materials for the function: ?datashield.assign.table ).

Assigned data are kept in a data frame named DST by convention. Each column of that data frame represents one variable and the rows are the individual records.

...