Get datasources
See also
Other datasource functions:
opal.annotate(),
opal.annotations(),
opal.attribute_values(),
opal.datasource(),
opal.table(),
opal.tables(),
opal.valueset(),
opal.variable(),
opal.variable_summary(),
opal.variables()
Examples
if (FALSE) { # \dontrun{
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.datasources(o)
opal.logout(o)
} # }