View source: R/checker-functions.R
is_postcode | R Documentation |
With or without one space is permitted. Does not work with data where two spaces are included with 6 character postcodes. From the MIT licenced package Rbduk https://github.com/sama-ds/Rbduk/blob/main/R/is_postcode.R
is_postcode(data)
data |
string |
Logical
is_postcode("SW1a2nP")
is_postcode("SW1a 2nP")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.