Merge efile tables using explicit filing keys
merge_tables.RdMerge 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
1xmand supplemental tables. DefaultFALSE.- collision
"error"or"prefix"for shared non-key field names.