getPPPList {gfer}R Documentation

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

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

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

## End(Not run)

[Package gfer version 0.1.12 Index]