list_tables: Show list of tables

View source: R/table.R

list_tablesR Documentation

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

## Not run: 
conn <- Td(apikey = "xxxxx")
list_tables(conn, "mydb")

## End(Not run)


RTD documentation built on Dec. 9, 2025, 1:06 a.m.