h_subset_combo {junco} | R Documentation |
Subset Combination
Description
Subsets a data frame based on specified combination criteria.
Usage
h_subset_combo(df, combosdf, do_not_filter, filter_var, flag_var, colid)
Arguments
df |
Data frame to subset. |
combosdf |
Data frame containing combinations. |
do_not_filter |
Variables to not filter. |
filter_var |
Variable used for filtering. |
flag_var |
Flag variable for filtering. |
colid |
Column ID for identification. |
Value
Subsetted data frame.
[Package junco version 0.1.1 Index]