blob: 6dd05957a9a181d6a0616f8ac07dc57c01bba16b [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)
9export(getVisitsSummary)
10export(group_by)
11export(mutate)
12export(n)
13export(persistAccessToken)
14export(select)
15export(summarise)
16export(year)
17import(httr)
18import(keyring)
19import(tibble)
20importFrom(dplyr,bind_cols)
21importFrom(dplyr,bind_rows)
22importFrom(dplyr,group_by)
23importFrom(dplyr,mutate)
24importFrom(dplyr,n)
25importFrom(dplyr,rowwise)
26importFrom(dplyr,select)
27importFrom(dplyr,summarise)
28importFrom(jsonlite,fromJSON)
29importFrom(lubridate,year)
30importFrom(magrittr,"%>%")
31importFrom(tibble,as_tibble)
32importFrom(tibble,rownames_to_column)
33importFrom(tidyr,complete)
34importFrom(tidyr,expand_grid)
35importFrom(utils,head)
36importFrom(utils,tail)