View source: R/utlede_variabler.R
utlede_aldersklasse | R Documentation |
Create variable aldersklasse
from alder
.
utlede_aldersklasse(df)
df |
ablanor data.frame, must contain variable |
Returns df
with one new variable: aldersklasse
x <- data.frame(alder = 73:76)
ablanor::utlede_aldersklasse(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.