Description Usage Arguments Value Examples
Clean entry ends for the specified columns in the directory dataframe provided
1 | utils_clean_ends(directory, ...)
|
directory |
A directory dataframe. |
... |
Columns to clean provided as expressions. |
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_ends(directory, address.trade.number, address.trade.body)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.