I know pairs(df) is a great way to do scatter plots in finding possible correlations in variables with say about max 10 variables, but is there a way to plot scatter plots for say 200 variables?
It depends on what you want it to look like. You can use a bigger page with all 200 or you could break the 200 variables into sets and do pairs() on each...
pairs()on each...