list_tables: Show list of tables

Description Usage Arguments Value Examples

View source: R/table.R

Description

Show list of tables

Usage

1
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

1
2
3
4
5
## Not run: 
conn <- Td(apikey = "xxxxx")
list_tables(conn, "mydb")

## End(Not run)

RTD documentation built on July 27, 2020, 1:17 a.m.