getPPPList: get PPP list from an official website

Description Usage Arguments Details Value References Examples

View source: R/getPPPList.R

Description

get PPP list from an official website

Usage

1
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

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.

Value

A table of PPP projects collected from your input page

References

www.cpppc.org

Examples

1
2
3
4
5
## Not run: 
#scrape the first two pages
getPPPList(1,3)

## End(Not run)

gfer documentation built on Feb. 6, 2022, 5:06 p.m.