find.matching.rows.Rd
Takes two tables with a shared primary key, and returns the rows of the second table for which the keys match those of the first.
find.matching.rows(
file,
table,
findex = 1,
tindex = 1,
tcol = 2,
round. = TRUE
)
NOTE: The way this is written assumes that the second table is a superset of the first (i.e., that each value is matched).
A sub-function of getExpansion_1