obiba / rock

R server with a REST API
GNU General Public License v3.0
3 stars 1 forks source link

File upload does not URL decode path #5

Closed ymarcon closed 3 years ago

ymarcon commented 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)