Skip to contents

Take a data.frame `df` and return the row-index matching rows from another, `filter_row`.

Usage

index_df(df, filter_row)

Arguments

df

The input data.frame to obtain row indices for

filter_row

The matching data.frame. Each row of `filter_row` is matched to a row in `df`.