-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
78 lines (77 loc) · 2.1 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(default_parsers)
export(demo_file)
export(list2_to_matrix)
export(list_column_of_vectors)
export(nested_tibble)
export(nested_tibble_from_list)
export(parse_animation)
export(parse_audio_button_response)
export(parse_audio_keyboard_response)
export(parse_audio_slider_response)
export(parse_call_function)
export(parse_canvas_button_response)
export(parse_canvas_keyboard_response)
export(parse_canvas_slider_response)
export(parse_categorize_animation)
export(parse_categorize_html)
export(parse_categorize_image)
export(parse_cloze)
export(parse_external_html)
export(parse_free_sort)
export(parse_fullscreen)
export(parse_html_button_response)
export(parse_html_keyboard_response)
export(parse_html_slider_response)
export(parse_iat_html)
export(parse_iat_image)
export(parse_image_button_response)
export(parse_image_keyboard_response)
export(parse_image_slider_response)
export(parse_instructions)
export(parse_maxdiff)
export(parse_preload)
export(parse_reconstruction)
export(parse_resize)
export(parse_same_different_html)
export(parse_same_different_image)
export(parse_serial_reaction_time)
export(parse_serial_reaction_time_mouse)
export(parse_single_record)
export(parse_survey_html_form)
export(parse_survey_likert)
export(parse_survey_multi_choice)
export(parse_survey_multi_select)
export(parse_survey_text)
export(parse_video_button_response)
export(parse_video_keyboard_response)
export(parse_video_slider_response)
export(parse_visual_search_circle)
export(process_records)
export(read_jspsych)
export(single_value)
export(v_character)
export(v_integer)
export(v_logical)
export(v_real)
import(dplyr)
import(purrr)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(rlang,"%||%")
importFrom(rlang,.data)
importFrom(rlang,enexpr)
importFrom(rlang,enquo)
importFrom(rlang,expr)
importFrom(rlang,parse_expr)
importFrom(rlang,quo)
importFrom(rlang,set_names)
importFrom(rlang,sym)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,complete)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)