View source: R/numeric_dataframe.R
numeric_dataframe | R Documentation |
A function that changes all columns of a dataframe to numeric. It returns the new dataframe that is completely numeric.
numeric_dataframe(dataframe)
dataframe |
A dataframe to make numeric. |
Returns the new dataframe that is completely numeric to overwrite the old one or add to a new dataframe.
Sam Loontjens
mydata <- numeric_dataframe(mydata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.