powered by
Show list of tables
list_tables(conn, dbname)
Returns a data.frame of a list of tables or FALSE if not exists.
data.frame
FALSE
Td connection
Td
Data base name. Optional, but highly recommended to prevent timeout.
if (FALSE) { conn <- Td(apikey = "xxxxx") list_tables(conn, "mydb") }
Run the code above in your browser using DataLab