load_pf_core | R Documentation |
This function allows to conveniently load PartyFacts data and subset the countries of interest.
load_pf_core(countries = NULL)
countries |
A character vector of VDEM country codes. |
A tibble with PartyFacts data for the countries of interest.
library(partymakeR) ## Not run: # Define countries of interest countries <- c("AFG", "AIA") # Load data dat_pf_core <- load_pf_core(countries = countries) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.