View source: R/transform_subset.R
transform_filter_age | R Documentation |
'transform_filter_age()' filter the rows in a LIS/LWS file so all cases have ages between two values (both included), returning a list with the files containing only rows where the age is between those values. I.e. a subset of rows.
transform_filter_age(lissy_files, from, to)
lissy_files |
A list of LIS or LWS p-level files. |
from |
An integer with the lower boundary value (included in the sample). |
to |
An integer with the higher boundary value (included in the sample). |
experimental
A list of tibbles with the subset of rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.