Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 700 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 700 Bytes

International Finance Corporation Scraper

A scraper for fetching project information from the IFC's database.

There's a blog post describing the scraper at http://thie1e.github.io/ScrapingIFC/.

An example application (scraping the complete database) is in Scraper.R. The resulting data is already included in the package and can be accessed via IFCprojects and IFCprojectsMerged after loading the package.

Work in progress. Still fails to scrape certain pieces of information.

Installation

library(devtools)
install_github('thie1e/IFC-scraper')