-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
64 lines (63 loc) · 1.67 KB
/
NAMESPACE
File metadata and controls
64 lines (63 loc) · 1.67 KB
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
# Generated by roxygen2: do not edit by hand
export(L_to_LeavingData)
export(annotate_batch_data)
export(annotate_data)
export(auto_enter_all)
export(auto_enter_data)
export(build_roster)
export(build_subset_surveys)
export(build_survey)
export(calculate_PGG_payouts)
export(calculate_payouts)
export(check_classification)
export(classify)
export(clean_colors)
export(compile_android_settings)
export(compile_data)
export(compile_gid_maps)
export(compile_subset_survey_data)
export(counter)
export(downsize)
export(enter_data)
export(enter_subset_surveys)
export(extractor)
export(get_hue)
export(grabPointAuto)
export(grab_images)
export(grab_points)
export(grab_points_automatic)
export(make_align_string)
export(pass_data_to_subset_designer)
export(pre_process)
export(random_string)
export(remove_color_collisions)
export(say_something)
export(setup_folders)
export(shatter)
export(standardize_photos)
export(subset_survey_compiler_partner_choice)
export(subset_survey_compiler_predefined)
export(subset_survey_compiler_random)
export(xtable_custom)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,pdf)
importFrom(graphics,layout)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(imager,"%inr%")
importFrom(magrittr,"%>%")
importFrom(stats,aggregate)
importFrom(stats,dist)
importFrom(stats,ecdf)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,runif)
importFrom(utils,data.entry)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
importFrom(utils,write.table)