powered by
Get a table of a datasource
opal.table(opal, datasource, table, counts = FALSE)
Opal object.
Name of the datasource.
Name of the table in the datasource.
Flag to get the number of variables and entities (default is FALSE).
Other datasource functions: opal.annotate, opal.annotations, opal.attribute_values, opal.datasources, opal.datasource, opal.projects, opal.project, opal.tables, opal.valueset, opal.variables, opal.variable
opal.annotate
opal.annotations
opal.attribute_values
opal.datasources
opal.datasource
opal.projects
opal.project
opal.tables
opal.valueset
opal.variables
opal.variable
# NOT RUN { o <- opal.login('administrator','password','https://opal-demo.obiba.org') opal.table(o, 'datashield', 'CNSIM1') opal.logout(o) # }
Run the code above in your browser using DataLab