postcode_query: Postcode query

View source: R/postcode_query.R

postcode_queryR Documentation

Postcode query

Description

Submit a postcode query and receive a complete list of postcode matches and all associated postcode data.

Usage

postcode_query(postcode, limit = 10)

Arguments

postcode

A string. Valid UK postcode.

limit

An integer. Limits the number of matches to return. Defaults to 10. Needs to be less than 100.

Value

A list of geographic properties. To return a data frame use postcode_lookup.

Examples


postcode_query("EC1Y8LX")
postcode_query("EC1", limit = 11)



PostcodesioR documentation built on March 18, 2022, 8:04 p.m.