read_rbr_db: obtain data from rbr sqlite3 database

View source: R/read_rbr_db.R

read_rbr_dbR Documentation

obtain data from rbr sqlite3 database

Description

import sqlite data to R

Usage

read_rbr_db(db_name, sql_text, use_rbr_tz = TRUE)

Arguments

db_name

character the path to the rbr database ( rsk )

sql_text

character sql string to execute on connection for filtering

use_rbr_tz

boolean use time zone information from the rbr file?

Value

data.table of results

Author(s)

Jonathan Kennel jkennel@uoguelph.ca


jkennel/rbr documentation built on Feb. 15, 2023, 1:37 a.m.