powered by
Returns a data frame of matching postcodes.
postcode_autocomplete(postcode, limit = 10)
A string. Valid UK postcode.
An integer. Limits number of postcodes matches to return. Defaults to 10. Needs to be less than 100.
A data frame with suggested postcodes.
# NOT RUN { postcode_autocomplete("E1") postcode_autocomplete("E1", limit = 11) # } # NOT RUN { # }
Run the code above in your browser using DataLab