Description Usage Arguments Value Examples
Clean all address records in provided directory dataframe.
1 | utils_clean_addresses(directory)
|
directory |
A directory dataframe. Columns must include
|
A dataframe.
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
directory <- data.frame(
page = c("71", "71", "71"),
surname = c("ABOT", "ABRCROMBIE", "BLAI"), forename = c("Wm.", "Alex", "Jn Huh"),
occupation = c("Wine and spirit merchant", "Baker", "Victualer"),
address.trade.number = c(" -; 1820", "", "280"),
address.trade.body = c("London st. ; house, Mary hill.*", "", "High stret"),
stringsAsFactors = FALSE
)
utils_clean_addresses(directory)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.