Skip to contents

A subset of the SIPRI Military Expenditure 1949-2023 data.

Usage

data(sipri_milex_1995_2023)

Format

A data frame with 77 rows and 3 variables:

from

Name of country A (character).

to

Name of country B (character).

group

Year (numeric).

Source

Data obtained from:

Licensed under CC BY 4.0: https://creativecommons.org/licenses/by/4.0/

Examples

data(sipri_milex_1995_2023)
head(sipri_milex_1995_2023)
#> # A tibble: 6 × 3
#> # Rowwise: 
#>   from  to    group
#>   <chr> <chr> <dbl>
#> 1 China India  1995
#> 2 China India  1999
#> 3 China India  2003
#> 4 China India  2007
#> 5 China India  2011
#> 6 China India  2015