-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.22 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Generated by roxygen2: do not edit by hand
export(gcalendr_api_key)
export(gcalendr_auth)
export(gcalendr_auth_config)
export(gcalendr_deauth)
export(gcalendr_endpoints)
export(gcalendr_has_token)
export(gcalendr_oauth_app)
export(gcalendr_token)
export(get_gcal_events)
export(get_gcal_list)
export(get_google_token)
export(request_generate)
importFrom(dplyr,'%>%')
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,one_of)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(gargle,request_make)
importFrom(httr,GET)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,oauth2.0_token)
importFrom(httr,oauth_app)
importFrom(httr,oauth_endpoints)
importFrom(lubridate,as_date)
importFrom(lubridate,as_datetime)
importFrom(purrr,discard)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,pluck)
importFrom(purrr,vec_depth)
importFrom(rlang,"%||%")
importFrom(rlang,flatten)
importFrom(rlang,is_string)
importFrom(rlang,squash)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,nest)