For each table block, find the entries that are completely or partially contained within it. This is an internal utility function, not intended to be called by package users.
entries_by_block(x, blocks, strict)
A list with one component per block in blocks
. Component i
contains a numeric vector with the indices of the entries in x
that
belong to block i
.
An object containing table entries, such as tblEntries
or
prEntries
objects.
A tblBlocks
object containing table blocks.
Logical scalar. If TRUE, only entries completely contained with a given block are included. If FALSE, entries that overlap the block but are not completely contained within it will also be included.