Description Usage Arguments Value Examples
Labels empty address bodies as "not house/trade address found" in the provided directory dataframe.
1 | utils_label_missing_addresses(directory)
|
directory |
A directory dataframe. Columns must include
|
A dataframe.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run:
directory <- data.frame(
page = c("71", "71"),
surname = c("ABOT", "ABRCROMBIE"), forename = c("Wm.", "Alex"),
occupation = c("Wine and spirit merchant", "Baker"),
address.number = c(" -; 1820", ""),
address.body = c(
"London st. ; house, Mary hill.*",
""
),
stringsAsFactors = FALSE
)
utils_label_missing_addresses(directory)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.