Display the list of tables in a database
Arguments
- data_source
the URL of the server of interest
- driver_name
the name of the MS driver. use
odbc::odbcListDrivers()
to display the list of installed drivers- credentials_file
the path to the file with the user-specific credential details for the projects of interest. See the help of the
readepi
function for more details.
Examples
if (FALSE) {
show_tables(
data_source = "mysql-rfam-public.ebi.ac.uk",
credentials_file = system.file("extdata", "test.ini", package = "readepi"),
driver_name = ""
)
}