powered by
scidblist(pattern, type = c("arrays", "operators", "functions", "types", "aggregates", "instances","queries"), verbose = FALSE)
# List information about the SciDB cluster we're connected to: scidblist('instances') # List all arrays: scidblist() # List all arrays beginning with "A:" scidblist(pattern="^A")
Run the code above in your browser using DataLab