-
Notifications
You must be signed in to change notification settings - Fork 71
/
NAMESPACE
68 lines (67 loc) · 1.75 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Generated by roxygen2: do not edit by hand
export(all_mailinglists)
export(all_surveys)
export(column_map)
export(extract_colmap)
export(fetch_description)
export(fetch_distribution_history)
export(fetch_distributions)
export(fetch_id)
export(fetch_mailinglist)
export(fetch_survey)
export(generate_url)
export(list_distribution_links)
export(metadata)
export(qualtrics_api_credentials)
export(read_survey)
export(survey_questions)
importFrom(dplyr,across)
importFrom(dplyr,any_of)
importFrom(dplyr,bind_rows)
importFrom(dplyr,last_col)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(dplyr,select)
importFrom(dplyr,setdiff)
importFrom(dplyr,slice)
importFrom(dplyr,union)
importFrom(glue,glue)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(lifecycle,deprecated)
importFrom(lubridate,format_ISO8601)
importFrom(lubridate,is.Date)
importFrom(lubridate,is.POSIXt)
importFrom(purrr,"pluck<-")
importFrom(purrr,compact)
importFrom(purrr,flatten)
importFrom(purrr,imap)
importFrom(purrr,imap_dfr)
importFrom(purrr,list_modify)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,map_dfr)
importFrom(purrr,modify_in)
importFrom(purrr,pluck)
importFrom(purrr,zap)
importFrom(readr,locale)
importFrom(readr,read_csv)
importFrom(readr,type_convert)
importFrom(rlang,"%||%")
importFrom(rlang,':=')
importFrom(rlang,abort)
importFrom(rlang,inform)
importFrom(rlang,set_names)
importFrom(rlang,warn)
importFrom(sjlabelled,set_label)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)
importFrom(stringr,str_split_fixed)
importFrom(tibble,enframe)
importFrom(tidyr,everything)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unite)
importFrom(utils,unzip)