powered by
Create a database
create_database(conn, dbname, params)
Returns TRUE or FALSE, whether the execution succeeded or not.
TRUE
FALSE
Td client
Td
Target data base name
Optional parameters
if (FALSE) { con <- Td(apikey = "xxxxx") create_database(con, "newdb") }
Run the code above in your browser using DataLab