create_street_variations: Creates street address strings from G-NAF.

View source: R/create_street_variations.R

create_street_variationsR Documentation

Creates street address strings from G-NAF.

Description

Creates street address strings from G-NAF.

Usage

create_street_variations(
  gnaf_obj = NULL,
  ...,
  string_var = "STREET_ADDRESS",
  verbose = TRUE
)

Arguments

string_var

A character string for the output street address string. Default is FALSE.

gnaf_data

G-NAF data.table input.

Value

Returns a new column on an existing G-NAF data.table.

Author(s)

Kyle Haynes, kyle@kylehaynes.com.au.

Examples

# Update

KyleHaynes/gnaf.r documentation built on April 1, 2022, 8:53 p.m.