View source: R/deduplicate_addresses.R
deduplicate_addresses | R Documentation |
deduplicate_addresses
removes duplicate addresses in the ref tables and synchronize.
deduplicate_addresses(conn_hhsaw = NULL, conn_phclaims = NULL)
conn_hhsaw |
SQL server connection to the HHSAW server, created using |
conn_phclaims |
SQL server connection to the PHClaims server, created using |
This function brings in all addresses currently in the reference tables and deduplicates them. Because there is a stage -> final workflow, the stage version of each table also needs to be deduplicated. Also, the reference tables are currently synchronized between two different servers. In order to avoid reintroducing duplicates, both servers must be deduplicated (and synchronized at the same time). Server and table names are currently hard coded but could be made more generalized if needed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.