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