Description Usage Arguments Value
Attempts to separate house address from trade address(es) in the Scottish post office general directory data.frame provided for entries for which a house address is provided along trade address(es).
1 | general_split_trade_house_addresses(directory, regex, verbose)
|
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 |
Regex to use for the task provided as a character string. |
verbose |
Whether the function should be executed silently ( |
A data.frame of the same class as the one provided in directory
;
columns include at least addresses.trade
and address.house
. Trade
addresses are separated from house address for entries for which a house
address is provided along trade address(es).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.