-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
63 lines (62 loc) · 1.56 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
# Generated by roxygen2: do not edit by hand
export("accessors<-")
export("api_token<-")
export("completion_code<-")
export("completion_option<-")
export("constraints<-")
export("description<-")
export("device_compatibility<-")
export("eligibility_requirements<-")
export("entrypoint<-")
export("estimated_completion_time<-")
export("external_study_url<-")
export("further_fields<-")
export("id<-")
export("internal_name<-")
export("maximum_allowed_time<-")
export("naivety_distribution_rate<-")
export("name<-")
export("peripheral_requirements<-")
export("project<-")
export("prolific_id_option<-")
export("reward<-")
export("title<-")
export("total_available_places<-")
export("url_parameters<-")
export(access)
export(accessors)
export(api_access)
export(api_token)
export(check_authorization)
export(completion_code)
export(completion_option)
export(constraints)
export(description)
export(device_compatibility)
export(eligibility_requirements)
export(entrypoint)
export(estimated_completion_time)
export(external_study_url)
export(further_fields)
export(id)
export(internal_name)
export(maximum_allowed_time)
export(naivety_distribution_rate)
export(name)
export(peripheral_requirements)
export(prescreeners)
export(project)
export(prolific_id_option)
export(prolific_prescreener)
export(prolific_study)
export(reward)
export(title)
export(total_available_places)
export(url_parameters)
export(validity_check)
exportClasses(api_access)
exportClasses(prolific_prescreener)
exportClasses(prolific_study)
importFrom(methods,getGeneric)
importFrom(methods,new)
importFrom(methods,setGeneric)