# NOT RUN {
# Create a real database to a file
db <- initializeDb("/path/to/the/database.sqlite", "My Dataset")
closeDb(db)
# }
# NOT RUN {
# Create a temporary database to be deleted at the end
db <- initializeDb("", "My Dataset")
closeDb(db)
# }
Run the code above in your browser using DataLab