Barry =
   Suppose your data frame is called "mydat".   Then something like

   mydat[,sapply(mydat,class) %in% c('numeric','integer')]

might do what you want.
                                                    - Phil


On Sat, 16 Feb 2013, Barry DeCicco wrote:

Hello,

I've got a data frame with a mix of numeric, integer and factor columns.
I'd like to pull out (or just operate only on) the numeric/integer columns.
Every thing I've found in searches is about how to subset by rows,
or how to operate assuming you have the column names.? I'd like to pull
by type.

Thanks!

Barry

        [[alternative HTML version deleted]]



______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to