-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathNAMESPACE
99 lines (98 loc) · 2.82 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,secuTrialdata)
S3method(dates_secuTrial,Date)
S3method(dates_secuTrial,character)
S3method(dates_secuTrial,data.frame)
S3method(dates_secuTrial,factor)
S3method(dates_secuTrial,integer)
S3method(dates_secuTrial,logical)
S3method(dates_secuTrial,numeric)
S3method(dates_secuTrial,secuTrialdata)
S3method(datetimes_secuTrial,POSIXct)
S3method(datetimes_secuTrial,character)
S3method(datetimes_secuTrial,factor)
S3method(datetimes_secuTrial,integer)
S3method(datetimes_secuTrial,logical)
S3method(datetimes_secuTrial,numeric)
S3method(factorize_secuTrial,character)
S3method(factorize_secuTrial,data.frame)
S3method(factorize_secuTrial,logical)
S3method(factorize_secuTrial,numeric)
S3method(factorize_secuTrial,secuTrialdata)
S3method(form_status_counts,secuTrialdata)
S3method(form_status_summary,secuTrialdata)
S3method(label_secuTrial,data.frame)
S3method(label_secuTrial,secuTrialdata)
S3method(plot,secuTrialvisit)
S3method(print,secuTrialdata)
S3method(print,secuTrialoptions)
S3method(write_secuTrial,data.frame)
S3method(write_secuTrial,secuTrialdata)
export("label<-")
export("units<-")
export(annual_recruitment)
export(build_secuTrial_url)
export(dates_secuTrial)
export(dictionary_secuTrial)
export(diff_secuTrial)
export(export_date)
export(export_datetime)
export(factorize_secuTrial)
export(form_status_counts)
export(form_status_summary)
export(get_participants)
export(label)
export(label_secuTrial)
export(labels_secuTrial)
export(links_secuTrial)
export(plot_recruitment)
export(read_secuTrial)
export(read_secuTrial_raw)
export(read_validation_overview)
export(return_hidden_items)
export(return_random_participants)
export(return_scores)
export(subset_secuTrial)
export(units)
export(visit_structure)
export(write_secuTrial)
import(haven)
import(readr)
importFrom(dplyr,all_equal)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate_all)
importFrom(dplyr,recode)
importFrom(dplyr,summarise)
importFrom(grDevices,rainbow)
importFrom(graphics,axis)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(purrr,modify_if)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(rlang,.data)
importFrom(stats,aggregate)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,reshape)
importFrom(stats,setNames)
importFrom(stringr,str_length)
importFrom(stringr,str_match)
importFrom(stringr,str_wrap)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,spread)
importFrom(utils,read.table)
importFrom(utils,type.convert)
importFrom(utils,unzip)