srdp_orgs | R Documentation |
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).
srdp_orgs(wide = FALSE)
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. |
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.
A tibble, with each organization's kgcid, group name, facid, faction name, start year, and end year
orgs <- srdp_orgs(wide = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.