Skip to contents

Merge efile tables using explicit filing keys

Usage

merge_tables(
  reads,
  keys = .EFILE_FILING_KEYS,
  include_many = FALSE,
  collision = c("error", "prefix")
)

Arguments

reads

Result from read_tables().

keys

Candidate join keys. Every merge uses the shared subset and requires at least one key.

include_many

Join 1xm and supplemental tables. Default FALSE.

collision

"error" or "prefix" for shared non-key field names.

Value

An merge_result containing one merged data frame per year, a table manifest, and a join manifest.