## Example 1
massive_cross_plot(data=heart_disease,
str_target="has_heart_disease",
str_vars=c("age", "oldpeak", "max_heart_rate"))
## Example 2: Save all the plots to a new folder "plots_example" inside the working directory.
massive_cross_plot(data=heart_disease, str_target="has_heart_disease",
str_vars=c("age", "oldpeak", "max_heart_rate"),
path_out="plots_example")Run the code above in your browser using DataLab