-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
96 lines (95 loc) · 1.96 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
# Generated by roxygen2: do not edit by hand
S3method(cull_for_do,aggregated.stat)
S3method(cull_for_do,anova)
S3method(cull_for_do,aov)
S3method(cull_for_do,cointoss)
S3method(cull_for_do,default)
S3method(cull_for_do,fitdistr)
S3method(cull_for_do,htest)
S3method(cull_for_do,lm)
S3method(cull_for_do,lme)
S3method(cull_for_do,matrix)
S3method(cull_for_do,table)
S3method(print,cointoss)
S3method(print,repeater)
export(Do)
export(IQR)
export(MAD)
export(SAD)
export(add_curve)
export(add_line)
export(bargraph)
export(bwplot)
export(colorize)
export(cor)
export(cull_for_do)
export(do)
export(do.default)
export(do.numeric)
export(extra_data)
export(extra_lab)
export(extra_labs)
export(get_line)
export(head)
export(histogram)
export(iqr)
export(kclusters)
export(load_lab)
export(load_labs)
export(load_new_lab)
export(load_new_labs)
export(load_pd)
export(load_pds)
export(max)
export(mean)
export(median)
export(min)
export(nice_names)
export(old_histogram)
export(old_histogram19)
export(poly)
export(prod)
export(quantile)
export(quick_import)
export(range)
export(read.csv)
export(readHTMLTable)
export(read_csv)
export(rflip)
export(roll_die)
export(sd)
export(set.rseed)
export(stopwatch)
export(sum)
export(tail)
export(timeuse_format)
export(transfer_download)
export(transfer_upload)
export(tree)
export(treeplot)
export(update_mobilizr)
export(var)
export(vector2df)
export(wordcloud)
export(xyplot)
exportClasses(repeater)
exportMethods("*")
import(log4r)
import(mosaic)
importFrom(RColorBrewer,brewer.pal)
importFrom(curl,curl)
importFrom(dplyr,group_by)
importFrom(dplyr,summarise)
importFrom(grid,grid.locator)
importFrom(lattice,panel.curve)
importFrom(lattice,trellis.focus)
importFrom(lattice,trellis.unfocus)
importFrom(magrittr,"%>%")
importFrom(mosaic,aggregatingFunction1)
importFrom(mosaic,aggregatingFunction2)
importFrom(mosaic,do)
importFrom(plyr,is.formula)
importFrom(rpart,rpart)
importFrom(rpart.plot,prp)
importFrom(rstudioapi,viewer)
importFrom(stringr,str_extract)