Description Usage Arguments Value See Also Examples
Strip buildings numbers (building|house|unit) from a string or character vector of addresses.
1 | strip_buildings_numbers_vec(string, locale = "GBR", squish_ws = TRUE)
|
string |
Input vector. Either a character vector, or something coercible to one. |
locale |
A string, the country code in format ISO 3. Default is "GBR". |
squish_ws |
A boolean; determines if trailing white spaces and repeated whitespace inside a string (generated by the replacement), are trimmed or not. |
A character vector of the original character strings striped from building numbers.
1 | strip_buildings_numbers_vec(businesses[['address']])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.