sfind | R Documentation |
Helper to look up state list entries by country code or name
sfind(x, list = "both")
x |
The search string or number. |
list |
Which state list to search (both, GW, or COW only) |
# Works with either integer or strings
sfind(325)
sfind("ALG")
sfind("Algeria")
# Search strings are treated as regular expressions (see stringr::str_detect)
sfind("Germany")
sfind("German")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.