mergeCallCountHashTables: Code for merging two hash tables together

Description Usage Arguments

View source: R/call_counts.R

Description

The order shouldn't matter?

Usage

1
2
mergeCallCountHashTables(call_counts_hash_table1, call_counts_hash_table2,
  in_place = FALSE, zero_uses = FALSE)

Arguments

call_counts_hash_table1

env1

call_counts_hash_table2

env2

in_place

If this is true, then results will merge into call_counts_hash_table1; otherwise the result in a new environment

zero_uses

zero out uses from cc2. Used when cc1 are results from actual your coding work, and cc2 is a merged in deck from a book ( for example ) This way we dont break the anything.


djacobs7/remembr documentation built on June 17, 2020, 3:35 p.m.