Learn R Programming

opalr (version 3.4.2)

opal.datasource: Get a datasource

Description

Get a datasource

Usage

opal.datasource(opal, datasource)

Arguments

opal

Opal object.

datasource

Name of the datasource.

See Also

Other datasource functions: opal.annotate(), opal.annotations(), opal.attribute_values(), opal.datasources(), opal.table(), opal.tables(), opal.valueset(), opal.variable(), opal.variable_summary(), opal.variables()

Examples

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

Run the code above in your browser using DataLab