connection: SQLite connection

Description Usage Arguments Value Examples

View source: R/SQLite.R

Description

Builds an SQLite connection to the specified database.

Usage

1
connection(date_pattern, variable_type, path)

Arguments

date_pattern

date pattern which specifies the month in the format 'YYYY_MM'

variable_type

which measured variable , P1, P2, pressure, temperature, humidity

path

filepath where the informations are stored

Value

a RSQLite DB connection

Examples

1
connection('2018_01', 'P1')

maxikellerbauer/stAirPol documentation built on May 3, 2019, 3:16 p.m.