# \donttest{
gdp <- get_oecd_gdp(c("AUS", "GBR", "USA"), start_year = 2010)
# Largest OECD economies
latest <- gdp[gdp$year == max(gdp$year), ]
head(latest[order(-latest$value), c("country_name", "value")], 10)
# }
Run the code above in your browser using DataLab