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