create_table {RTD} | R Documentation |
Create a table
Description
Create a table
Usage
create_table(conn, dbname, table)
Arguments
conn |
|
dbname |
Data base name |
table |
Table name |
Value
Returns TRUE
or FALSE
, whether the execution succeeded or not.
Examples
## Not run:
conn <- Td(apikey = "xxxx")
create_table(conn, "mydb", "new_table")
## End(Not run)
[Package RTD version 0.4.1 Index]