Skip to content
Prev 154833 / 398503 Next

converting values of a dataframe to numeric (where possible)

Try this as a solution:
Warning message:
In eval(expr, envir, enclos) : NAs introduced by coercion
a  b  c  d RTot
1 o 21 10 15   46
2 p NA 11 16   27
3 q 23 12 17   52

        
On Tue, Sep 2, 2008 at 5:50 PM, Ralikwen <Balazs.Klein at gmail.com> wrote: