forked from sdcTools/ptable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
50 lines (49 loc) · 1.29 KB
/
Copy pathNAMESPACE
File metadata and controls
50 lines (49 loc) · 1.29 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
# Generated by roxygen2: do not edit by hand
export(pt_create_pParams)
export(pt_create_pTable)
export(pt_ex_cnts)
export(pt_ex_nums)
export(pt_export)
export(pt_vignette)
export(ptable)
exportClasses(ptable)
exportClasses(ptable_params)
exportMethods(plot)
import(RColorBrewer)
import(data.table)
import(flexdashboard)
import(ggplot2)
import(lattice)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(methods,"slot<-")
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(methods,validObject)
importFrom(nloptr,nloptr)
importFrom(rlang,is_bare_integerish)
importFrom(rlang,is_bare_logical)
importFrom(rlang,is_bare_numeric)
importFrom(rlang,is_double)
importFrom(rlang,is_empty)
importFrom(rlang,is_integerish)
importFrom(rlang,is_logical)
importFrom(rlang,is_na)
importFrom(rlang,is_scalar_atomic)
importFrom(rlang,is_scalar_character)
importFrom(rlang,is_scalar_integerish)
importFrom(rlang,is_scalar_logical)
importFrom(rlang,is_scalar_vector)
importFrom(rmarkdown,run)
importFrom(stats,addmargins)
importFrom(stats,aggregate)
importFrom(stats,formula)
importFrom(stats,runif)
importFrom(stats,weights)
importFrom(stats,xtabs)
importFrom(utils,RShowDoc)
importFrom(utils,write.table)