Hi,
why does DataSHIELD not recognize the command ds.dim(x = ‘DST’, datasources = connections)
Kr, Shiny
library(DSI) library(DSOpal) library(dsBaseClient)
builder ← DSI::newDSLoginBuilder()
builder$append(server=“server1”, url=“https://srv1.stats-con.com”,
user=“administrator”, password=“password”)
logindata ← builder$build()
connections ← datashield.login(logins=logindata) datashield.assign.table(connections, symbol = “DST”, table = c(“project0.mtcars”))
ds.dim(x = ‘DST’, datasources = connections) Aggregated (dimDS(“DST”)) [============================================================] 100% / 0s Error: There are some DataSHIELD errors, list them with datashield.errors()
datashield.errors() $server1 [1] “Command ‘dimDS("DST")’ failed on ‘server1’: No such DataSHIELD ‘AGGREGATE’ method with name: dimDS”