Get a table of a datasource

opal.table(opal, datasource, table, counts = FALSE)

Arguments

opal

Opal object.

datasource

Name of the datasource.

table

Name of the table in the datasource.

counts

Flag to get the number of variables and entities (default is FALSE).

Examples

if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.table(o, 'CNSIM', 'CNSIM1')
opal.logout(o)
}