list_tables {RTD} | R Documentation |
Show list of tables
Description
Show list of tables
Usage
list_tables(conn, dbname)
Arguments
conn |
|
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)
[Package RTD version 0.4.1 Index]