Get tables of a datasource

opal.tables(opal, datasource, counts = FALSE, df = TRUE)

Arguments

opal

Opal object.

datasource

Name of the datasource.

counts

Flag to get the number of variables and entities (default is FALSE).

df

Return a data.frame (default is TRUE)

Examples

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