| create_table | R Documentation |
Create a table
create_table(conn, dbname, table)
conn |
|
dbname |
Data base name |
table |
Table name |
Returns TRUE or FALSE, whether the execution succeeded or not.
## Not run:
conn <- Td(apikey = "xxxx")
create_table(conn, "mydb", "new_table")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.