fix_unit_names_: Non-vectorized version of fix_unit_names()

Description Usage Arguments Value Examples

View source: R/fix_unit_names.R

Description

This function standardizes apartment numbers to the format "#-# Street St, Extra Info". Vectorized over 'address'.

Usage

1
fix_unit_names_(address, ignore.case = FALSE)

Arguments

address

A vector of address strings

ignore.case

Ignore case for internal regex matching and rearranging.

Value

A vector of converted address strings

Examples

1
fix_unit_names_('halifax shopping centre 7001 mumford rd unit 166')

tweed1e/matchtools documentation built on May 29, 2019, 10:51 a.m.