MyNixOS website logo
Description

Intergovernmental Organizations Database.

Tools to extract information from the Intergovernmental Organizations ('IGO') Database , version 3, provided by the Correlates of War Project <https://correlatesofwar.org/>. See also Pevehouse, J. C. et al. (2020). Version 3 includes information from 1815 to 2014.

igoR

CRANstatus CRANresults CRAN-Downloads r-universe R-CMD-check codecov CodeFactor DOI Lifecycle:stable status

The goal of igoR is to provide access and to extract information from the Intergovernmental Organizations Database (IGOs), version 3, provided by the Correlates of War Project (Pevehouse et al. 2020).

The dataset (V3) includes information of 534 IGO from 1816 to 2014, as well as membership information.

Source: Intergovernmental Organizations (v3).

Documentation and vignettes on https://dieghernan.github.io/igoR/

Additionally, a distribution of the State System Membership (Correlates of War Project 2017) is included on this package.

Installation

Install igoR from CRAN:

install.packages("igoR")

You can install the developing version from GitHub:

library(remotes)
install_github("dieghernan/igoR")

Alternatively, you can install igoR using the r-universe:

# Install igoR in R:
install.packages("igoR", repos = c(
  "https://dieghernan.r-universe.dev",
  "https://cloud.r-project.org"
))

Basic usage

Search an IGO by name:

Search all IGOs related with sugar:

library(igoR)

result_sugar <- igo_search("Sugar")
ionumionameorgnamelongorgnamelabelsdatedeaddatedeadintegratedreplacedigocodeversionaccuracyofpre1965membershipdatessourcesandnotesimputedpoliticalsocialeconomic
40AMSCAfrican/Malgasy Sugar CouncilAfrican and Malagasy Sugar CouncilAfrican and Malagasy Sugar Council19661977100NA2.1Not applicable - created 1965 or later0001
1920GLACSECGroup of L/A & Carib. Sugar Exp. CountriesGroup of Latin American and Caribbean Sugar Exporting CountriesGroup of Latin American and Caribbean Sugar Exporting Countries19742001100NA2.3Not applicable - created 1965 or later0100
3130ISuCIntl Sugar CouncilInternational Sugar CouncilInternational Sugar Council19371967100913.0Within 5 years0010
4290SugUSugar UnionSugar UnionSugar Union19021913100293.0Completely accurate, except a few minor uncertainties0001

IGO members:

Composition of the European Economic Community over time:

eec_code <- igo_search("EEC", exact = TRUE)

# Founding
eec_init <- igo_members(eec_code$ioname, year = eec_code$sdate)
ionameccodestatestatenmeyearvaluecategoryorgname
EEC210netherlandsNetherlands19581Full MembershipEuropean Economic Community
EEC211belgiumBelgium19581Full MembershipEuropean Economic Community
EEC212luxembourgLuxembourg19581Full MembershipEuropean Economic Community
EEC220franceFrance19581Full MembershipEuropean Economic Community
EEC260wgermanyGerman Federal Republic19581Full MembershipEuropean Economic Community
EEC325italyItaly19581Full MembershipEuropean Economic Community

EEC, members (1958)

# Latest date
eec_end <- igo_members(eec_code$ioname)
ionameccodestatestatenmeyearvaluecategoryorgname
EEC200ukUnited Kingdom19921Full MembershipEuropean Economic Community
EEC205irelandIreland19921Full MembershipEuropean Economic Community
EEC210netherlandsNetherlands19921Full MembershipEuropean Economic Community
EEC211belgiumBelgium19921Full MembershipEuropean Economic Community
EEC212luxembourgLuxembourg19921Full MembershipEuropean Economic Community
EEC220franceFrance19921Full MembershipEuropean Economic Community
EEC230spainSpain19921Full MembershipEuropean Economic Community
EEC235portugalPortugal19921Full MembershipEuropean Economic Community
EEC255germanyGermany19921Full MembershipEuropean Economic Community
EEC325italyItaly19921Full MembershipEuropean Economic Community
EEC350greeceGreece19921Full MembershipEuropean Economic Community
EEC390denmarkDenmark19921Full MembershipEuropean Economic Community

EEC, members (1992)

Recommended packages

  • countrycode for converting country names and codes across different systems (ISO3, Eurostat, World Bank, UN, FIPS/GEC, etc..)
  • dplyr for data manipulation.

Citation

Hernangómez D (2024). igoR: Intergovernmental Organizations Database. doi:10.5281/zenodo.4442958, https://dieghernan.github.io/igoR/.

A BibTeX entry for LaTeX users:

@Manual{R-igoR,
  title = {{igoR}: Intergovernmental Organizations Database},
  doi = {10.5281/zenodo.4442958},
  author = {Diego Hernangómez},
  year = {2024},
  version = {0.2.0},
  url = {https://dieghernan.github.io/igoR/},
  abstract = {Tools to extract information from the Intergovernmental Organizations (IGO) Database , version 3, provided by the Correlates of War Project <https://correlatesofwar.org/>. See also Pevehouse, J. C. et al. (2020). Version 3 includes information from 1815 to 2014.},
}

References

Correlates of War Project. 2017. “State System Membership List, V2016.” https://correlatesofwar.org/data-sets/state-system-membership/.

Pevehouse, Jon CW, Timothy Nordstrom, Roseanne W McManus, and Anne Spencer Jamison. 2020. “Tracking Organizations in the World: The Correlates of War IGO Version 3.0 Datasets.” Journal of Peace Research 57 (3): 492–503. https://doi.org/10.1177/0022343319881175.

Metadata

Version

0.2.0

License

Unknown

Platforms (75)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-darwin
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-darwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-windows