Learn R Programming

bidux (version 0.3.3)

read_telemetry_data: Read telemetry data from file or connection

Description

Read telemetry data from file or connection

Usage

read_telemetry_data(source, format, events_table = NULL, table_name = NULL)

Value

Data frame of events

Arguments

source

File path or DBI connection object

format

Format ("sqlite" or "json")

events_table

Optional custom events table for SQLite

table_name

Optional table name for SQLite