Nothing
Code
res <- igo_search_states(c("Spain", "aaa", "france"))
Message
Unknown value for `state`: 'aaa'.
Code
res <- igo_search_states("aaaaa")
Message
Unknown value for `state`: 'aaaaa'.
Condition
Warning in `igo_search_states()`:
No states were found for the supplied arguments.
Code
res <- igo_search_states(character())
Condition
Warning in `igo_search_states()`:
No states were found for the supplied arguments.
Code
res <- igo_search_states(NA)
Message
Unknown value for `state`: 'NA'.
Condition
Warning in `igo_search_states()`:
No states were found for the supplied arguments.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.