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