send_query | R Documentation |
Send the query and receive the result
send_query( query, token, use_csv = TRUE, fetch_by_day = FALSE, api = "query", caching = FALSE, caching_dir = "cache", convert_types = TRUE )
query |
list generated by |
token |
login token generated by |
use_csv |
logical to choose whether to fetch data via extra csv-request |
fetch_by_day |
logical fetch data day by day |
api |
API endpoint ("query", "sessions", "events") |
caching |
logical Set TRUE to enable caching |
caching_dir |
character Set directory for saving caching data, default cache |
convert_types |
logical guess type of columns and set them |
result as tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.