keen_query: Query Keen core-events-production

Description Usage Arguments Details

Description

Lets users query the core-events-production database from within R

Usage

1
2
keen_query(analysis_type, event_collection, timeframe = NULL,
  groupby = NULL, filters = NULL, keep_lists = TRUE)

Arguments

analysis_type

A character string. The type of analysis you want to do in Keen.

event_collection

A character string. Which Event Collection database you want to look in.

timeframe

An optional character string. The timeframe you want records from.

groupby

An optional character string. Variable you want output grouped by (multiple grouping variables not yet supported).

filters

An option list of lists. Additional filters you want added to your query.

keep_lists

Do you want the returned dataframe to include columns of type list?

Details

'keen_query' returns a data.frame with the results of a Keen query. Currently requests that generate over 10,000 records will fail.


plduffy/rsoomo documentation built on May 26, 2019, 12:32 a.m.