# NOT RUN {
# Assigning the temporary folder using tempdir(). replace with required directory
GenerateReport(dtpath = mtcars,
catVars = c("cyl", "vs", "am", "gear"),
yvar = "vs", model = "binClass",
output_format = NULL,
title = "Report",
output_dir = tempdir(), # pass the output directory
interactive.plots = FALSE) # set TRUE for interactive
# }
Run the code above in your browser using DataLab