send_query_single {piwikproR} | R Documentation |
Send the query and receive the result
Description
Send the query and receive the result
Usage
send_query_single(query, token, use_csv, api, caching, caching_dir)
Arguments
query |
list generated by build_query() |
token |
login token |
use_csv |
logical to choose whether to fetch data via extra csv-request |
api |
API endpoint (query, sessions, events) |
caching |
logical Set TRUE to enable caching |
caching_dir |
character Set directory for saving caching data |
Value
result as list with values data and meta
[Package piwikproR version 0.4.0 Index]