parseaddress | R Documentation |
Get address parts from a string address.
parseaddress(
address,
check_python = TRUE,
force_stateabb = FALSE,
return = "char"
)
address |
string of address to parse |
check_python |
TRUE or FALSE, DO NOT INSTALL MINICONDA IF PROMPTED! TRUE=check for python dependencies and install if missing, FALSE= skip check (faster if you have already have the python dependencies installed) |
force_stateabb |
TRUE or FALSE, if TRUE state names are forced to abbreviation format for unified format |
return |
FORMAT TYPE for RETURNED RESULTS (1. "vertical" or "v" for vertical data.frame, 2. "horizontal" or "h" for horizontal data.frame, "c" or "char" for named character vector ) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.