R/utils.R

Defines functions format_ah_division_name

format_ah_division_name <- function(x) {

    stringr::str_replace_all(x, "( |\u2019|')", "-") %>%
        stringr::str_to_lower()

}

Try the allhomes package in your browser

Any scripts or data that you put into this service are public.

allhomes documentation built on Sept. 9, 2022, 9:06 a.m.