wb_source {worldbank} | R Documentation |
World Bank source data
Description
List all sources supported by the World Bank API.
Usage
wb_source(source = NULL, lang = "en")
Arguments
source |
|
lang |
|
Value
A data.frame()
with the available sources. The columns are:
id |
The source ID. |
last_updated |
The date the source was last updated. |
name |
The source name. |
code |
The source code. |
description |
The source description. |
url |
The source URL. |
data_availability |
Whether the source has data available. |
metadata_availability |
Whether the source has metadata available. |
concepts |
The concepts associated with the source. |
Source
http://api.worldbank.org/v2/sources
Examples
wb_source()
[Package worldbank version 0.1.0 Index]