Add household variables to the data set
merge_household_var(
df,
year = parent.frame()$year,
add_labels = parent.frame()$add_labels,
showProgress = parent.frame()$showProgress,
verbose = parent.frame()$verbose
)An arrow Dataset with additional household variables.
An arrow Dataset passed from function above.
Numeric. Passed from function above.
Character. Passed from function above.
Logical. Passed from function above.
Logical. Passed from function above.