index_df.Rd
Take a data.frame `df` and return the row-index matching rows from another, `filter_row`.
index_df(df, filter_row)
The input data.frame to obtain row indices for
The matching data.frame. Each row of `filter_row` is matched to a row in `df`.