Description Usage Arguments Value Examples
Clean "occupation" column of provided directory dataframe.
1 | utils_clean_occupations(directory)
|
directory |
A directory dataframe. |
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 mercht", "bkr"),
address.number = c(" -; 1820", ",,12"),
address.body = c(
"London st. ; house, Mary hill.*",
"&;Dixon st.; residence, Craigrownie, Cove.$"
),
stringsAsFactors = FALSE
)
utils_clean_occupations(directory)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.