DBgetSQLite: Database - Queries a SQLite database table.

DBgetSQLiteR Documentation

Database - Queries a SQLite database table.

Description

Extracts and queries data from a SQLite (*.sqlite) database (Note: must use SQL syntax).

Usage

DBgetSQLite(states = NULL, outfolder = NULL)

Arguments

states

String. Vector of one or more state names.

outfolder

String. The output folder path. If NULL, outfolder is the working directory.

Value

Returns nothing.

Author(s)

Tracey S. Frescino

Examples

## Not run: 
# Extract data from Washington state
DBgetSQLite(states = "WA")

# Extract data from Utah and California, save to an outfolder
DBgetSQLite(states = c("UT", "CA"),
            outfolder = tempdir()) 

## End(Not run)

FIESTA documentation built on Nov. 22, 2023, 1:07 a.m.