trades_clean_directory_progress {podcleaner} | R Documentation |
Mutate operation(s) in Scottish post office trades directory data.frame column(s)
Description
Attempts to clean the provided Scottish post office trades directory data.frame. Shows a progress bar indicating function progression.
Usage
trades_clean_directory_progress(directory, verbose)
Arguments
directory |
A Scottish post office trades directory in the form
of a data.frame or other object that inherits from the data.frame class
such as a |
verbose |
Whether the function should be executed silently ( |
Value
A data.frame of the same class as the one provided in directory
;
columns include at least forename
, surname
, occupation
,
address.trade.number
and address.trade.body
. Entries are cleaned of
optical character recognition (OCR) errors and subject to a number of
standardisation operations.
[Package podcleaner version 0.1.2 Index]