-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
153 lines (152 loc) · 3.95 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# Generated by roxygen2: do not edit by hand
S3method(check_status,qualtrics_download)
S3method(download_requested,qualtrics_download)
S3method(is_success,qualtrics_download)
S3method(print,qualtrics_download)
S3method(print,quatrics_token)
export("%>%")
export(add_user_group)
export(check_status)
export(copy_survey)
export(create_block)
export(create_contact)
export(create_division)
export(create_email_distribution)
export(create_erasure_request)
export(create_mailinglist)
export(create_message)
export(create_reminder_distribution)
export(create_survey)
export(create_thankyou_distribution)
export(create_user)
export(create_user_api_token)
export(delete_block)
export(delete_contact)
export(delete_distribution)
export(delete_graphic)
export(delete_mailinglist)
export(delete_message)
export(delete_response)
export(delete_survey)
export(delete_survey_question)
export(delete_user)
export(download_requested)
export(generate_block_id)
export(generate_distribution_links)
export(get_block)
export(get_contact)
export(get_distribution)
export(get_division)
export(get_erasure_request)
export(get_group)
export(get_logins_events)
export(get_mailinglist)
export(get_message)
export(get_organization_information)
export(get_password_resets_events)
export(get_questions_mapping)
export(get_response_import_progress)
export(get_sample)
export(get_session_creations_events)
export(get_session_terminations_events)
export(get_survey)
export(get_survey_flow)
export(get_survey_languages)
export(get_survey_meta_data)
export(get_survey_options)
export(get_survey_question)
export(get_survey_quota)
export(get_survey_response_counts)
export(get_survey_responses)
export(get_survey_translations)
export(get_user)
export(get_user_api_token)
export(import_survey)
export(insert_embedded_data)
export(is_success)
export(list_blocks)
export(list_contacts)
export(list_directory_contacts)
export(list_distribution_links)
export(list_distributions)
export(list_erasure_requests)
export(list_event_types)
export(list_groups)
export(list_libraries)
export(list_library_blocks)
export(list_library_questions)
export(list_library_surveys)
export(list_mailinglists)
export(list_messages)
export(list_questions)
export(list_samples)
export(list_surveys)
export(list_users)
export(load_oauth)
export(qualtrics_auth)
export(refresh_oauth)
export(request_downloads)
export(send_email_mailinglist)
export(set_qualtrics_opts)
export(share_survey)
export(start_response_import)
export(start_response_import_url)
export(update_block)
export(update_contact)
export(update_division)
export(update_flow_element)
export(update_mailinglist)
export(update_message)
export(update_response)
export(update_survey)
export(update_survey_flow)
export(update_survey_languages)
export(update_survey_options)
export(update_survey_translations)
export(update_user)
export(upload_graphic)
export(upload_graphic_fromurl)
export(who_am_i)
import(dplyr)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(cli,symbol)
importFrom(crayon,blue)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(crayon,yellow)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,tibble)
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,PUT)
importFrom(httr,add_headers)
importFrom(httr,authenticate)
importFrom(httr,build_url)
importFrom(httr,content)
importFrom(httr,content_type_json)
importFrom(httr,parse_url)
importFrom(httr,status_code)
importFrom(httr,stop_for_status)
importFrom(httr,upload_file)
importFrom(httr,write_disk)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(purrr,discard)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,map_dfr)
importFrom(purrr,transpose)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,read_tsv)
importFrom(stringi,stri_rand_strings)
importFrom(stringr,str_sub)
importFrom(utils,txtProgressBar)
importFrom(utils,unzip)