Get the dictionary of a Opal table in a format that can be re-applied with opal.table_dictionary_update.

opal.table_dictionary_get(opal, project, table)

Arguments

opal

Opal connection object.

project

Project name where the table will be located.

table

Table name.

Examples

if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
dico <- opal.table_dictionary_get(o, "CNSIM", "CNSIM1")
opal.logout(o)
}