forked from cloudyr/limer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
35 lines (34 loc) · 918 Bytes
/
NAMESPACE
File metadata and controls
35 lines (34 loc) · 918 Bytes
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(activate_survey)
export(activate_tokens)
export(add_participants)
export(add_responses)
export(authenticate_limer)
export(base64_to_df)
export(call_limer)
export(create_participants_table)
export(delete_participants)
export(delete_responses)
export(delete_survey)
export(exists_participants_table)
export(export_statistics)
export(export_survey_archive)
export(export_survey_structure)
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(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(utils,read.csv)