Description Usage Arguments Examples
This function checks whether database 'db_name' exists and if not it creates one.
1  | make_sure_db_exists(connection, db_name)
 | 
connection | 
 structure with rethinkdb connection details  | 
db_name | 
 character with database name  | 
1 2 3 4 5  | ## Not run: 
cn <- connect()
make_sure_db_exists(cn, "temp_db")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.