Description Usage Arguments Details
Lets users query the core-events-production database from within R
| 1 2 | keen_query(analysis_type, event_collection, timeframe = NULL,
  groupby = NULL, filters = NULL, keep_lists = TRUE)
 | 
| 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? | 
'keen_query' returns a data.frame with the results of a Keen query. Currently requests that generate over 10,000 records will fail.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.