keep_marked_column: Keep column with marked rows

View source: R/utils.R

keep_marked_columnR Documentation

Keep column with marked rows

Description

For check_*() functions, keep the column that has marked rows and move to first column or remove the column depending on keep flag. This function is not exported.

Usage

keep_marked_column(x, column, keep)

Arguments

x

Data set.

column

Name of exclusion column.

keep

Logical indicating whether to keep or remove exclusion column.


excluder documentation built on Feb. 16, 2023, 7:09 p.m.