general_split_trade_house_addresses: Mutate operation(s) in Scottish post office general directory...

Description Usage Arguments Value

View source: R/general.r

Description

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).

Usage

1

Arguments

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 tibble. Columns must at least include addresses.

regex

Regex to use for the task provided as a character string.

verbose

Whether the function should be executed silently (FALSE) or not (TRUE).

Value

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).


podcleaner documentation built on Jan. 12, 2022, 1:06 a.m.