[R] applying to dataframe rows

Alexy Khrabrov deliverable at gmail.com
Tue Mar 15 22:44:02 CET 2011


How do I apply a function to every row of a dataframe most naturally?  Specifically, I'd like to filter out any row which contains an Inf in any column.  Since all columns are numeric, I guess max should work on a row...

-- Alexy


More information about the R-help mailing list