convert_num2factor | R Documentation |
convert_num2factor
converts a column of numbers to a factor format, which is sometimes useful for working with ages.
convert_num2factor(data)
data |
Data column |
Dataset with reformatted columns.
convert_num2factor(iris$Sepal.Width)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.