At first I tried:
Bank_sc <- preProcess(x = Bank,
method = c("center", "scale"),
select=c(Age, Experience, Income, Family, CCAvg, Education, Mortgage))
I have omitted one variable here, but it was standardized nonetheless. I cannot find any articles on the proper syntax to do this so please help.