Skip to contents

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

Usage

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) { # \dontrun{
  datashield.tables(conns)
} # }