Learn R Programming

gfer (version 0.1.12)

getPPPList: get PPP list from an official website

Description

get PPP list from an official website

Usage

getPPPList(startPage = 1, endPage, proxy = FALSE)

Arguments

startPage

on Which page you want to start, default is 1

endPage

On which page you want to stop scrapping

proxy

whether proxy will be used, default is FALSE

Value

A table of PPP projects collected from your input page

Details

Get PPP list from the Ministry of Finance of China (http://www.cpppc.org:8082/efmisweb/ppp/projectLibrary/toPPPList.do?projName=), to view the listed projects in the PPP library.

References

www.cpppc.org

Examples

Run this code
# NOT RUN {
#scrape the first two pages
getPPPList(1,3)
# }

Run the code above in your browser using DataLab