Description Usage Arguments Value Examples
Change Integer Column to Numeric in Data Frame
1 | int_to_numeric(data, column_name)
|
data |
data frame with integer column |
column_name |
character. The column name of integer column. |
data frame with numerci column
1 2 | df <- data.frame(a = as.integer(1:3))
int_to_numeric(df, 'a')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.