data_load: 'data_load' loads a BroodMinder SQLite database and extracts...

Usage Arguments

View source: R/data_proc.R

Usage

1
data_load(FilePath, tz, ftrim, btrim, sep = "\\.")

Arguments

FilePath

Path to BroodMinder SQLite database

tz

String identifying time zone

ftrim

String "YYYY-mm-dd" indicating front date cutoff

btrim

String "YYYY-mm-dd" indicating back date cutoff

sep

A string denoting the separator between the site and hive number in the HiveName field; assumes HiveName follows format site

A tibble containing selected fields and trimmed to front and back cutoff dates data_load loads a BroodMinder SQLite database and extracts logged readings into a tibble.


sponslerdb/hivescaler documentation built on Dec. 7, 2019, 8:17 p.m.