| list_tables | R Documentation |
Show list of tables
list_tables(conn, dbname)
conn |
|
dbname |
Data base name. Optional, but highly recommended to prevent timeout. |
Returns a data.frame of a list of tables or FALSE if not exists.
## Not run:
conn <- Td(apikey = "xxxxx")
list_tables(conn, "mydb")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.