blob: 5840a099c2e20daa46797ed07a72f4c75435afbc [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,"%>%")
Marc Kupietzd07b8eb2023-04-22 23:23:18 +020033importFrom(stringr,str_replace)
34importFrom(stringr,str_replace_all)
Marc Kupietzb74649f2020-12-11 12:44:49 +010035importFrom(tibble,as_tibble)
36importFrom(tibble,rownames_to_column)
37importFrom(tidyr,complete)
38importFrom(tidyr,expand_grid)
39importFrom(utils,head)
40importFrom(utils,tail)