View source: R/transform_subset.R
transform_restrict_age | R Documentation |
'transform_restrict_age()' recodes the indicated variable to NA when age is outside the boundaries. Cases where age is NA are also recoded to NA. To remove rows outside of age boundaries use 'transform_filter_age()' instead.
transform_restrict_age(lissy_files, variable, from, to)
lissy_files |
A list of LIS or LWS files. |
variable |
A character string with the name of the variable that should be adjusted. |
experimental
A list of tibbles with the adjusted variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.