-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
57 lines (56 loc) · 1.49 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(build_experiment)
export(build_resources)
export(build_timeline)
export(display_if)
export(display_while)
export(download_googlecloud)
export(download_webserver)
export(fn_data_condition)
export(fn_sample)
export(fullscreen)
export(insert_javascript)
export(insert_property)
export(insert_resource)
export(insert_variable)
export(keycode)
export(pavlovia)
export(question_likert)
export(question_multi)
export(question_text)
export(respond_any_key)
export(respond_no_key)
export(run_googlecloud)
export(run_locally)
export(run_webserver)
export(save_googlecloud)
export(save_locally)
export(save_webserver)
export(set_parameters)
export(set_variables)
export(temporary_folder)
export(trial_animation)
export(trial_audio_button_response)
export(trial_audio_keyboard_response)
export(trial_audio_slider_response)
export(trial_categorize_animation)
export(trial_categorize_html)
export(trial_categorize_image)
export(trial_generic)
export(trial_html_button_response)
export(trial_html_keyboard_response)
export(trial_html_slider_response)
export(trial_image_button_response)
export(trial_image_keyboard_response)
export(trial_image_slider_response)
export(trial_instructions)
export(trial_survey_likert)
export(trial_survey_multi_choice)
export(trial_survey_multi_select)
export(trial_survey_text)
export(trial_video_button_response)
export(trial_video_keyboard_response)
export(trial_video_slider_response)
importFrom(magrittr,"%>%")
importFrom(rlang,"%||%")