View source: R/postcode_autocomplete.R
postcode_autocomplete | R Documentation |
Returns a data frame of matching postcodes.
postcode_autocomplete(postcode, limit = 10)
postcode |
A string. Valid UK postcode. |
limit |
An integer. Limits number of postcodes matches to return. Defaults to 10. Needs to be less than 100. |
A data frame with suggested postcodes.
postcode_autocomplete("E1")
postcode_autocomplete("E1", limit = 11)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.