mark_rows {excluder} | R Documentation |
Return marked rows
Description
Create new column marking rows that meet exclusion criteria. This function is not exported.
Usage
mark_rows(x, filtered_data, id_col, exclusion_type)
Arguments
x |
Original data. |
filtered_data |
Data to be excluded. |
id_col |
Column name for unique row ID (e.g., participant). |
exclusion_type |
Column name for exclusion column. |
[Package excluder version 0.5.2 Index]