Closed ymarcon closed 3 years ago
library(opalr) o <- opal.login('administrator','password', url='https://opal-demo.obiba.org', profile = "default") # before cache opal.assign.table.tibble(o, "D", "my_project.my table") opal.symbols(o) # after cache opal.assign.table.tibble(o, "D", "my_project.my table") # failure opal.logout(o)