Get all pwt10 data for a set of countries
get_all_pwt_data.Rd
Using the pwt10 package this function creates a data frame containing all the
data Penn World Tables 10 (pwt10) for a set of countries as specified in a string
of 3-letter ISO country codes named countries
.
Note that some data is not available for some countries (mostly non-OECD).
Usage
get_all_pwt_data(
countries,
isocode_colname = PFUWorkflow::socioecon_cols$isocode_colname
)
Examples
countries <- c("GBR")
all_pwt_data <- get_all_pwt_data(countries = countries)