powered by
Submit a postcode query and receive a complete list of postcode matches and all associated postcode data.
postcode_query(postcode, limit = 10)
A string. Valid UK postcode.
An integer. Limits the number of matches to return. Defaults to 10. Needs to be less than 100.
A list of geographic properties. To return a data frame use postcode_lookup.
# NOT RUN { postcode_query("EC1Y8LX") postcode_query("EC1", limit = 11) # } # NOT RUN { # }
Run the code above in your browser using DataLab