Learn R Programming

RTD (version 0.4.1)

list_tables: Show list of tables

Description

Show list of tables

Usage

list_tables(conn, dbname)

Arguments

conn

Td connection

dbname

Data base name. Optional, but highly recommended to prevent timeout.

Value

Returns a data.frame of a list of tables or FALSE if not exists.

Examples

Run this code
# NOT RUN {
conn <- Td(apikey = "xxxxx")
list_tables(conn, "mydb")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab