Is there an R function to convert the entire data frame to numeric. My data frame contains only numeric variables but when queried with r with the is.numeric code, it comes as false.
Asked
Active
Viewed 338 times
0
-
1Read about `?type.convert`. Also, please share a minimal reproducible example? – markus Feb 18 '20 at 19:32
-
1Does this answer your question? [How to convert entire dataframe to numeric while preserving decimals?](https://stackoverflow.com/questions/26391921/how-to-convert-entire-dataframe-to-numeric-while-preserving-decimals) – Brydenr Feb 18 '20 at 21:09