starschemar (version 1.2.0)

selection_bit_map: Generate a record selection bitmap

Description

Obtain a vector of boolean to select the records in the table that have the combination of values.

Usage

selection_bit_map(table, values, names)

Arguments

table

A tibble, table to select.

values

A tibble, set of values to search.

names

A vector of column names to consider.

Value

A vector of boolean.