extract_address: Extract addresses.

Description Usage Arguments Value

View source: R/address.R

Description

extract_address extract addresses using get_address.

Usage

1
extract_address(n = 100, postcode = NA)

Arguments

n

A number.

postcode

A string.

Value

The output is n addresses in the form of a data framework with n observations with 5 variables:

  1. postcode of the UK address,

  2. country,

  3. primary_care_trust,

  4. longitude of the address,

  5. latitude of the address.

If postcode is given, the return addresses are addresses having the same outward postcode


sdglinkage documentation built on April 27, 2020, 5:09 p.m.