df_to_numeric | R Documentation |
Coerce a data.frame to a numeric.data.frame
df_to_numeric(df, row.or.col = 2)
df |
Numeric data frame or matrix |
row.or.col |
A number indicating direction to apply function: either 1 for row-wise, 2 (default) for column-wise |
A data frame in which all columns/rows are numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.