make_keep_lgl | R Documentation |
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).
make_keep_lgl(ds_tb, filter_fn = is.na, summary_fn = any, var_nms_chr)
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) |
Keep (a logical vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.