Description Usage Arguments Value
Attempts to separate multiple trade addresses in the Scottish post office general directory data.frame provided for entries for which more than one are provided.
1 2 3 4 5 6 7 8 9 | general_split_trade_addresses(
directory,
regex_split,
ignore_case_split,
regex_filter,
ignore_case_filter,
regex_match,
ignore_case_match
)
|
directory |
A Scottish post office general directory in the form
of a data.frame or other object that inherits from the data.frame class
such as a |
regex_split |
Regex to use to split addresses. |
ignore_case_split |
Boolean specifying whether case should be ignored
( |
regex_filter |
Regex to use to search for address entries with post-split undesired leftovers. |
ignore_case_filter |
Boolean specifying whether case should be ignored
( |
regex_match |
Regex to use to clear address entries from post-split undesired leftovers. |
ignore_case_match |
Boolean specifying whether case should be ignored
( |
A data.frame of the same class as the one provided in directory
;
columns include at least address.trade
. Multiple trade addresses are
separated for entries for which more than one are provided. Each trade
address identified lives on an individual row with information in the other
columns duplicated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.