To find the number variable in the "email" data frame, you can use the sapply()
function which returns a vector that lists the variable types of each column. The code step to do this is as follows:
main.r66 chars3 lines
This will return a character vector of variable classes for each column in the data frame. You can then identify which one is numeric.
gistlibby LogSnag