-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
32 lines (31 loc) · 911 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(calc_last_user_sync)
export(download_all)
export(download_all_types)
export(download_data)
export(download_matching)
export(find_matching_qnrs)
export(get_all_user_logs)
export(get_last_sync_dates)
importFrom(assertthat,assert_that)
importFrom(assertthat,has_name)
importFrom(dplyr,`%>%`)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(lubridate,ymd)
importFrom(purrr,map_dfr)
importFrom(purrr,walk)
importFrom(rlang,.data)
importFrom(stringr,str_detect)
importFrom(stringr,str_sub)
importFrom(susoapi,get_export_file)
importFrom(susoapi,get_export_job_details)
importFrom(susoapi,get_interviewers)
importFrom(susoapi,get_questionnaires)
importFrom(susoapi,get_user_action_log)
importFrom(susoapi,start_export)
importFrom(tibble,as_tibble)