utils_clean_occupations: Clean entries occupation record

Description Usage Arguments Value Examples

Description

Clean "occupation" column of provided directory dataframe.

Usage

1

Arguments

directory

A directory dataframe.

Value

A dataframe.

Examples

 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)

podcleaner documentation built on Jan. 12, 2022, 1:06 a.m.