powered by
Directly retrieves from the table's data dictionary the variable annotations (attributes with a namespace).
opal.annotations(opal, datasource, table)
Opal object.
Name of the datasource.
Name of the table in the datasource.
A data frame in long format (one row per annotation).
Other datasource functions: opal.annotate, opal.attribute_values, opal.datasources, opal.datasource, opal.projects, opal.project, opal.tables, opal.table, opal.valueset, opal.variables, opal.variable
opal.annotate
opal.attribute_values
opal.datasources
opal.datasource
opal.projects
opal.project
opal.tables
opal.table
opal.valueset
opal.variables
opal.variable
# NOT RUN { o <- opal.login('administrator','password','https://opal-demo.obiba.org') opal.annotations(o, 'CPTP', 'Coreqx_final') opal.logout(o) # }
Run the code above in your browser using DataLab