Description Usage Arguments Details Source Examples
Scraping tools for OECD related information.
oecd_members()
Scrapes member information of OECD countries from
Wikipedia and returns it in the form of a dataframe. This dataframe contains
member information such as accession dates, country names, etc.
oecd_member_metrics()
Scrapes member information of OECD countries from
Wikipedia and returns it in the form of a dataframe. This dataframe contains
economic data of member countries. Not to be used for analysis purposes.
oecd_secretary()
scrapes the table of previous OECD Secretary-Generals
from Wikipedia and returns a dataframe with their details.
1 2 3 4 5 | oecd_members(code = FALSE)
oecd_member_metrics()
oecd_secretary()
|
code |
Logical. If |
This family of functions returns information related to the OECD such as the member States, the name and tenure period of the secretary- generals of the OECD, etc. Data should be used carefully and not for analytical purposes.
https://en.wikipedia.org/wiki/OECD
1 2 3 4 5 6 | library(magrittr)
oecd_members()
library(magrittr)
oecd_member_metrics()
library(magrittr)
oecd_secretary()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.