Raw File
NAMESPACE
# 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)
back to top