-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
79 lines (78 loc) · 2.37 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
# Generated by roxygen2: do not edit by hand
S3method(adjust_message_time,data.frame)
S3method(adjust_message_time,eyelinkRecording)
S3method(compute_cyclopean_samples,data.frame)
S3method(compute_cyclopean_samples,eyelinkRecording)
S3method(extract_AOIs,data.frame)
S3method(extract_AOIs,eyelinkRecording)
S3method(extract_blinks,data.frame)
S3method(extract_blinks,eyelinkRecording)
S3method(extract_display_coords,data.frame)
S3method(extract_display_coords,eyelinkRecording)
S3method(extract_fixations,data.frame)
S3method(extract_fixations,eyelinkRecording)
S3method(extract_saccades,data.frame)
S3method(extract_saccades,eyelinkRecording)
S3method(extract_triggers,data.frame)
S3method(extract_triggers,eyelinkRecording)
S3method(extract_variables,data.frame)
S3method(extract_variables,eyelinkRecording)
S3method(plot,eyelinkRecording)
S3method(print,eyelinkPreamble)
S3method(print,eyelinkRecording)
export(.onAttach)
export(.onLoad)
export(adjust_message_time)
export(check_consistency_flag)
export(check_logical_flag)
export(check_string_parameter)
export(check_that_compiled)
export(compiled_library_status)
export(compute_cyclopean_samples)
export(convert_NAs)
export(convert_header_codes)
export(convert_recording_codes)
export(extract_AOIs)
export(extract_blinks)
export(extract_display_coords)
export(extract_fixations)
export(extract_saccades)
export(extract_triggers)
export(extract_variables)
export(logical_index_for_sample_attributes)
export(read_edf)
export(read_edf_file)
export(read_preamble)
export(read_preamble_str)
import(Rcpp)
import(RcppProgress)
importFrom(Rcpp,evalCpp)
importFrom(dplyr,"%>%")
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(dplyr,select)
importFrom(fs,file_exists)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_reverse)
importFrom(methods,hasArg)
importFrom(methods,is)
importFrom(purrr,map_chr)
importFrom(purrr,map_int)
importFrom(rlang,.data)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(tidyr,separate)
useDynLib(eyelinkReader)