numcol_to_numeric {metasnf} | R Documentation |
Convert columns of a data frame to numeric type (if possible)
Description
Converts all columns in a data frame that can be converted to numeric type to numeric type.
Usage
numcol_to_numeric(df)
Arguments
df |
A data frame. |
Value
The data frame coercible columns converted to type numeric.
[Package metasnf version 2.1.2 Index]