forked from cloudyr/limer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
47 lines (46 loc) · 1.23 KB
/
Copy pathNAMESPACE
File metadata and controls
47 lines (46 loc) · 1.23 KB
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(activate_survey)
export(activate_tokens)
export(add_participant_codes)
export(add_participants)
export(add_responses)
export(attach_pdf_to_invitation)
export(authenticate_limer)
export(base64_to_df)
export(call_limer)
export(copy_survey_to)
export(create_participants_table)
export(delete_participants)
export(delete_responses)
export(delete_survey)
export(edit_question_text)
export(exists_participants_table)
export(export_statistics)
export(export_survey_archive)
export(export_survey_structure)
export(export_survey_to_pdf)
export(get_answer_options)
export(get_kontaktdatentabelle)
export(get_participant_property)
export(get_participants)
export(get_questions_properties)
export(get_response_table_columns)
export(get_responses)
export(get_session_key)
export(get_survey_list)
export(import_survey_structure)
export(list_participants)
export(mail_registered_participant)
export(release_session_key)
export(reset_survey)
export(set_participant_properties)
import(httr)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,stop_for_status)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(utils,read.csv)