util_filter_missing_list_table_for_rv {dataquieR} | R Documentation |
Filter a MISSING_LIST_TABLE
for rows matching the variable rv
Description
In MISSING_LIST_TABLE
, a column resp_vars
may be specified. If so,
and if, for a row, this column is not empty, then that row only affects the
one variable specified in that cell
Usage
util_filter_missing_list_table_for_rv(table, rv, rv2 = rv)
Arguments
table |
cause_label_df a data frame with missing codes and
optionally |
rv |
variable the response variable to filter the missing list for specified by a label. |
rv2 |
variable the response variable to filter the missing list for
specified by a |
Value
data.frame the row-wise bound data frames as one data frame
See Also
Other missing_functions:
util_all_intro_vars_for_rv()
,
util_count_expected_observations()
,
util_get_code_list()
,
util_is_na_0_empty_or_false()
,
util_observation_expected()
,
util_remove_empty_rows()
,
util_replace_codes_by_NA()