srdp_orgs {sRdpData}R Documentation

Access to SRDP organisation-level data.

Description

This function provides a dataset of all organizations, their groups, and their start and end dates. It covers the period between 1960 and 2005. You can use this function to access a long dataframe (one observation for each organization-year dyad), or a wide dataframe (one observation for each organization, with their start and end years provided in specific columns).

Usage

srdp_orgs(wide = FALSE)

Arguments

wide

Logical. When FALSE (default), provides a dataframe with one observation for every organization-year dyad. When TRUE, provides a dataframe with one observation for every organization.

Details

Please note, if an organization started before 1960, its start year is listed as NA. If an organization ended after 2005, its end year is listed as NA.

Value

A tibble, with each organization's kgcid, group name, facid, faction name, start year, and end year

Examples

orgs <- srdp_orgs(wide = TRUE)

[Package sRdpData version 0.1.0 Index]