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