Learn R Programming

MetaDBparse (version 2.0.0)

openBaseDB: Create/open and prepare SQLite database

Description

Create/open and prepare SQLite database

Usage

openBaseDB(outfolder, dbname)

Arguments

outfolder

Which folder are you building your databases in?

dbname

What is the name of the database? (exclude .db)

Value

Nothing, writes SQLITE database to outfolder

See Also

SQLite dbExecute