fetch_data_v1: Fetch data from database

Description Usage Arguments Author(s) See Also Examples

View source: R/A_EVENTS_elements_v1.R

Description

This function fetches the raw data from the database using either datetime_ or r_pk as a reference column.

Usage

1
fetch_data_v1(con, box = NA, from = NA, to = NA)

Arguments

con

An open connection

box

The box number from which to collect data

from

Defines the starting point at which to fetch data. This can refer either to the r_pk column (numeric) or can be a date and time (in the format "YYYY-MM-DD HH:MM:SS")

to

Defines the end point to which to fetch data. This can refer either to the r_pk column (numeric) or can be a date and time (in the format "YYYY-MM-DD HH:MM:SS")

Author(s)

LS

See Also

events, remove_faulty_data, trim_data, fetch_ins_outs, assign_direction, concat_events,

Examples

1
see function events

mpio-be/SNB2 documentation built on March 27, 2020, 8:33 p.m.