Learn R Programming

RTD (version 0.4.2)

list_tables: Show list of tables

Description

Show list of tables

Usage

list_tables(conn, dbname)

Value

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

Arguments

conn

Td connection

dbname

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

Examples

Run this code
if (FALSE) {
conn <- Td(apikey = "xxxxx")
list_tables(conn, "mydb")
}

Run the code above in your browser using DataLab