Description Usage Arguments Details Value Author(s) References See Also Examples
Create a database handle
| 1 | 
| dbenv | A DB_ENV handle created with db_env_create, or NULL | 
| flags | flags parameter created with mkFlags | 
See Berkeley DB API documentation for usage details.
A database handle.
Jeffrey A. Ryan
Oracle Berkeley DB API
http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html
| 1 2 3 4 | ## Not run: 
dbh <- db_create()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.