View source: R/telemetry_ingest.R
| read_telemetry_data | R Documentation |
Read telemetry data from file or connection
read_telemetry_data(source, format, events_table = NULL, table_name = NULL)
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 |
Data frame of events
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.