load_pf_external | R Documentation |
Helper to load wide version of PartyFacts external data
load_pf_external(countries = NULL, keep_sources = NULL)
countries |
A character vector of VDEM country codes. |
keep_sources |
A character vector of dataset names included in PartyFacts external data. These include: "manifesto", "parlgov", "wikipedia", "ches", "clea", "ejpr", "vparty", "chisols", "dpi", "essprtc", "essprtv", "huber", "kitschelt", "polcon", "ppmd", "whogov", "wvs", "afrelec", "afro", "ccdd", "ccs", "coppedge", "cses", "elecglob", "epac", "hix", "erdda", "euandi", "gloelec", "gpd", "gps", "ipod", "janda", "jw", "kurep", "laeda", "latino", "laverhunt", "leadglob", "mackie", "mapp", "morgan", "mudde", "nped", "parlspeech", "postyug", "pip", "poppa", "ppdb", "ppla", "ppmdall", "ray", "tap", "populist", "voteview", "ees14", "ppepe", "thomas" Note: source data are matched with a |
A tibble with PartyFacts data for the countries and datasets of interest.
library(partymakeR) ## Not run: # Define countries of interest countries <- c("AFG", "AIA") # Load data dat_pf_external <- load_pf_external(countries = countries, keep_sources = "manifesto") dat_pf_external ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.