## Creating HTML report
if (FALSE) {
library (ggthemes)
# Create report where target variable is categorical
ExpReport(mtcars,Target="gear",label="car",theme=theme_economist(),op_file="Samp1.html",Rc=3)
# Create report where target variable is continuous
ExpReport(mtcars,Target="wt",label="car",theme="Default",op_file="Samp2.html")
# Create report where no target variable defined
ExpReport(mtcars,Target=NULL,label="car",theme=theme_foundation(),op_file="Samp3.html")
}
Run the code above in your browser using DataLab