powered by
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)
Opal connection object.
Project name where the table will be located.
Table name.
# NOT RUN { o <- opal.login('administrator','password', url='https://opal-demo.obiba.org') dico <- opal.table_dictionary_get(o, "CNSIM", "CNSIM1") opal.logout(o) # }
Run the code above in your browser using DataLab