first_keys_match: Do the first few keys of the supplied table match the supplied keys?
Description
Checks if the first few key columns of the supplied data.table
matches
those found in the supplied character vector, in the given order. Boolean
output.
Usage
first_keys_match(data_table, keys)
Value
TRUE
if keys match, FALSE
otherwise.