Nothing
Code
n <- igo_dyadic("USA", "CUBA", year = NULL)
Condition
Warning in `igo_dyadic()`:
`year` must be numeric, not NULL.
Code
res <- igo_dyadic("USA", "Spain", c(NA, NaN, Inf, 1990.5), "UN")
Message
No IGO records were found for the selected years.
Condition
Warning in `igo_dyadic()`:
No dyad-year results were found for the supplied arguments.
Code
res <- igo_dyadic("USA", "Spain", numeric(), "UN")
Message
No IGO records were found for the selected years.
Condition
Warning in `igo_dyadic()`:
No dyad-year results were found for the supplied arguments.
Code
n <- igo_dyadic("USA", "Cuba", 1900)
Message
State 'cuba' was not in the state system in the selected years.
Condition
Warning in `igo_dyadic()`:
No dyad-year results were found for the supplied arguments.
Code
n <- igo_dyadic("USA", "USA")
Condition
Warning in `igo_dyadic()`:
No distinct states were found between `country1` and `country2`.
Code
n <- igo_dyadic("USA", "Cuba", ioname = "Not an IGO")
Message
Unknown values for `ioname`: 'not an igo'.
Condition
Warning in `igo_dyadic()`:
No dyad-year results were found for the supplied arguments.
Code
n <- igo_dyadic("Not a country", "banana", 1900)
Message
Unknown value for `state`: 'Not a country'.
Unknown value for `state`: 'banana'.
Condition
Warning in `igo_dyadic()`:
No valid states were found for comparison.
Code
n <- igo_dyadic("Cuba", "USa", 1900)
Message
State 'cuba' was not in the state system in the selected years.
Condition
Warning in `igo_dyadic()`:
No dyad-year results were found for the supplied arguments.
Code
n <- igo_dyadic("France", "Spain", 2200)
Message
No IGO records were found for the selected years.
Condition
Warning in `igo_dyadic()`:
No dyad-year results 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.