oecd_misc: Scraping tools for OECD related information.

Description Usage Arguments Details Source Examples

Description

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.

Usage

1
2
3
4
5

Arguments

code

Logical. If TRUE, prints the code to create the vector of OECD countries to the console. FALSE by default, returns the whole dataframe.

Details

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.

Source

https://en.wikipedia.org/wiki/OECD

Examples

1
2
3
4
5
6

BBieri/WP6RTools documentation built on Dec. 17, 2021, 9:50 a.m.