Get the list of all the tables from the different data repositories.

datashield.tables(conns)

Arguments

conns

DSConnection-class object or a list of DSConnection-classs.

Value

Table unique names from all the servers.

Examples

if (FALSE) {
  datashield.tables(conns)
}