make_keep_lgl: Make keep logical vector

make_keep_lglR Documentation

Make keep logical vector

Description

make_keep_lgl() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make keep logical vector. The function returns Keep (a logical vector).

Usage

make_keep_lgl(ds_tb, filter_fn = is.na, summary_fn = any, var_nms_chr)

Arguments

ds_tb

Dataset (a tibble)

filter_fn

Filter (a function), Default: is.na

summary_fn

Summary (a function), Default: any

var_nms_chr

Variable names (a character vector)

Value

Keep (a logical vector)


ready4-dev/ready4use documentation built on June 1, 2025, 2:06 p.m.