Learn R Programming

wbstats (version 0.1.1)

wbget: Call the World Bank API and return a formatted data frame

Description

This function calls wbget.raw and determines if there are multiple pages from the request. If there are multiple pages then if generates a list of data frames from each page and then combines the results with do.call("rbind", mylist)

Usage

wbget(url)

Arguments

url
A charcter string. A formatted url string without page information

Value

A data frame