powered by
Get tables of a datasource
opal.tables(opal, datasource, counts = FALSE, df = TRUE)
Opal object.
Name of the datasource.
Flag to get the number of variables and entities (default is FALSE).
Return a data.frame (default is TRUE)
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
opal.annotate
opal.annotations
opal.attribute_values
opal.datasources
opal.datasource
opal.projects
opal.project
opal.table
opal.valueset
opal.variables
opal.variable
# 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 DataLab