powered by
This function checks whether database `db_name` exists and if not it creates one.
make_sure_db_exists(connection, db_name)
structure with rethinkdb connection details
character with database name
# NOT RUN { cn <- connect() make_sure_db_exists(cn, "temp_db") # }
Run the code above in your browser using DataLab