Description Usage Arguments Value Examples
This function combines the address component columns in a dataframe and returns an address vector. Also includes functions to remove problematic characters from the text that will interfere with geocoding
1 | create_full_address(data, address.vars)
|
data |
name of dataset |
address.vars |
vector of address variables i.e. c("Address1", "Address2", "City") |
formatted vector of addresses
1 2 | NEA$full_address<-create_full_address(NEA, c("CoAddress1", "CoAddress2",
"CoCity", "CoState", "CoZip"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.