Description Usage Arguments Value Details See Also
Creates a 'match.string' column in the provided Scottish post office directory data.frame composed of entry(/ies) full name and trade address pasted together. Missing trade address entry(/ies) are replaced with a random generated string.
| 1 | combine_make_match_string(directory)
 | 
| directory | A Scottish post office directory in the form of a data.frame
or other object that inherits from the data.frame class such as a
 | 
A data.frame of the same class as the one provided in directory;
columns include at least forename, surname, address.trade.number,
address.trade.body, match.string.
The purpose of the 'match.string' column is to facilitates the matching of the general to trades directory down the line. It allows to calculate a string distance metric between each pair of entries and match those falling below a specified threshold.
combine_match_general_to_trades for the matching of
the general to trades directory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.