nrp_create_db.Rd
Create NRP SQLite Database
nrp_create_db(path, ask = getOption("nrp.ask", TRUE))
A string of the path to the database to create. It must end with extension '.sqlite'.
A flag specifying whether to ask before deleting an existing file.
The path to the newly created database.
if (FALSE) { # \dontrun{ nrp_create_db("new_database.sqlite", TRUE) } # }