Description Usage Arguments Examples
Creates a new database based on the dbname.
Creates a new couchDB database on the connection provided.
| 1 | couch_create_database(conn, dbname)
 | 
| conn | a couchDB connection object | 
| dbname | the name of the database | 
| 1 2 3 4 5 6 | ## Not run:  
#Note: this example assumes that there is a couchDB instance available on localhost
    myConn <- couch_http_connection("localhost")
    couch_create_database(myConn,"myDatabase") 
 
## End(Not run) 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.