selection_bit_map {starschemar} | R Documentation |
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 |
values |
A |
names |
A vector of column names to consider. |
Value
A vector of boolean.
[Package starschemar version 1.2.5 Index]