| opal.table {opalr} | R Documentation |
Get a table of a datasource
Description
Get a table of a datasource
Usage
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). |
See Also
Other datasource functions:
opal.annotate(),
opal.annotations(),
opal.attribute_values(),
opal.datasources(),
opal.datasource(),
opal.tables(),
opal.valueset(),
opal.variable_summary(),
opal.variables(),
opal.variable()
Examples
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.table(o, 'CNSIM', 'CNSIM1')
opal.logout(o)
## End(Not run)
[Package opalr version 3.4.1 Index]