I want to create plot displaying the relationship between all the variables in a data set, and I think the pairplot is the most suistable. I have some problem in creating the shinyApp related to it.
I was able to create in the "ui" a check box containing all the names of the variables. But in the server I find some problems.
I would like to be able to get as a result a ShinyApp containing the pairplot of the variables I have selected when I open the App.