The order shouldn't matter?
1 2 | mergeCallCountHashTables(call_counts_hash_table1, call_counts_hash_table2,
in_place = FALSE, zero_uses = FALSE)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.