-
Notifications
You must be signed in to change notification settings - Fork 89
/
NAMESPACE
47 lines (46 loc) · 1.12 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
# Generated by roxygen2: do not edit by hand
S3method(plotDataExplorer,grid)
S3method(plotDataExplorer,multiple)
S3method(plotDataExplorer,single)
export(configure_report)
export(create_report)
export(drop_columns)
export(dummify)
export(group_category)
export(introduce)
export(plotDataExplorer)
export(plot_bar)
export(plot_boxplot)
export(plot_correlation)
export(plot_density)
export(plot_histogram)
export(plot_intro)
export(plot_missing)
export(plot_prcomp)
export(plot_qq)
export(plot_scatterplot)
export(plot_str)
export(profile_missing)
export(set_missing)
export(split_columns)
export(update_columns)
import(data.table)
import(ggplot2)
import(gridExtra)
import(rmarkdown)
importFrom(networkD3,diagonalNetwork)
importFrom(networkD3,radialNetwork)
importFrom(parallel,detectCores)
importFrom(parallel,mclapply)
importFrom(scales,comma)
importFrom(scales,percent)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,prcomp)
importFrom(stats,reorder)
importFrom(stats,setNames)
importFrom(tools,toTitleCase)
importFrom(utils,browseURL)
importFrom(utils,capture.output)
importFrom(utils,object.size)
importFrom(utils,str)