powered by
Create a table
create_table(conn, dbname, table)
Returns TRUE or FALSE, whether the execution succeeded or not.
TRUE
FALSE
Td connection
Td
Data base name
Table name
if (FALSE) { conn <- Td(apikey = "xxxx") create_table(conn, "mydb", "new_table") }
Run the code above in your browser using DataLab