mark_rows | R Documentation |
Create new column marking rows that meet exclusion criteria. This function is not exported.
mark_rows(x, filtered_data, id_col, exclusion_type)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.