opal.datasource: Get a datasource

View source: R/opal.datasource.R

opal.datasourceR Documentation

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.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.datasource(o, 'CNSIM')
opal.logout(o)

## End(Not run)

opalr documentation built on Oct. 6, 2023, 5:08 p.m.