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
)result as tibble
list generated by build_query
login token generated by get_login_token
logical to choose whether to fetch data via extra csv-request
logical fetch data day by day
API endpoint ("query", "sessions", "events")
logical Set TRUE to enable caching
character Set directory for saving caching data, default cache
logical guess type of columns and set them