db_create: Create an SQLite database.

Description Usage Arguments

View source: R/sqlite-utils.R

Description

Create an SQLite database.

Usage

1
db_create(dbName, dbSchema = "", overwrite = FALSE)

Arguments

dbName

Path to an SQLite database.

dbSchema

SQL schema for setting up the db.

overwrtite

Overwrite an existing db file by the same name.


gschofl/rmisc documentation built on May 17, 2019, 8:54 a.m.