opalr (version 1.4.1)

opal.tables: Get tables of a datasource

Description

Get tables of a datasource

Usage

opal.tables(opal, datasource, counts = FALSE, df = TRUE)

Arguments

opal

Opal object.

datasource

Name of the datasource.

counts

Flag to get the number of variables and entities (default is FALSE).

df

Return a data.frame (default is TRUE)

See Also

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

Examples

Run this code
# NOT RUN {
o <- opal.login('administrator','password','https://opal-demo.obiba.org')
opal.tables(o, 'datashield')
opal.logout(o)
# }

Run the code above in your browser using DataCamp Workspace