blob: 144768c10ca43bfb1e075bb6f324a2f5d148910b [file] [log] [blame]
Marc Kupietzb74649f2020-12-11 12:44:49 +01001# Generated by roxygen2: do not edit by hand
2
3export("%>%")
4export(as_tibble)
5export(bind_cols)
6export(complete)
7export(expand_grid)
8export(getAccessToken)
Marc Kupietza93a2722021-04-28 12:22:45 +02009export(getUserCountry)
Marc Kupietzb74649f2020-12-11 12:44:49 +010010export(getVisitsSummary)
11export(group_by)
Marc Kupietza93a2722021-04-28 12:22:45 +020012export(matomoQuery)
Marc Kupietzb74649f2020-12-11 12:44:49 +010013export(mutate)
14export(n)
15export(persistAccessToken)
16export(select)
17export(summarise)
18export(year)
19import(httr)
20import(keyring)
21import(tibble)
22importFrom(dplyr,bind_cols)
23importFrom(dplyr,bind_rows)
24importFrom(dplyr,group_by)
25importFrom(dplyr,mutate)
26importFrom(dplyr,n)
27importFrom(dplyr,rowwise)
28importFrom(dplyr,select)
29importFrom(dplyr,summarise)
30importFrom(jsonlite,fromJSON)
31importFrom(lubridate,year)
32importFrom(magrittr,"%>%")
33importFrom(tibble,as_tibble)
34importFrom(tibble,rownames_to_column)
35importFrom(tidyr,complete)
36importFrom(tidyr,expand_grid)
37importFrom(utils,head)
38importFrom(utils,tail)