| opal.datasources {opalr} | R Documentation |
Get datasources
Description
Get datasources
Usage
opal.datasources(opal, df = TRUE)
Arguments
opal |
Opal object. |
df |
Return a data.frame (default is TRUE) |
See Also
Other datasource functions:
opal.annotate(),
opal.annotations(),
opal.attribute_values(),
opal.datasource(),
opal.tables(),
opal.table(),
opal.valueset(),
opal.variable_summary(),
opal.variables(),
opal.variable()
Examples
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.datasources(o)
opal.logout(o)
## End(Not run)
[Package opalr version 3.4.1 Index]