nrp_create_db: Create NRP SQLite Database

View source: R/create-db.R

nrp_create_dbR Documentation

Create NRP SQLite Database

Description

Create NRP SQLite Database

Usage

nrp_create_db(path, ask = getOption("nrp.ask", TRUE))

Arguments

path

A string of the path to the database to create. It must end with extension '.sqlite'.

ask

A flag specifying whether to ask before deleting an existing file.

Value

The path to the newly created database.

Examples

## Not run: 
nrp_create_db("new_database.sqlite", TRUE)

## End(Not run)

poissonconsulting/nrp documentation built on Jan. 28, 2024, 4:14 p.m.