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