wb_lending_type: World Bank lending type data

View source: R/indicators.R

wb_lending_typeR Documentation

World Bank lending type data

Description

List all lending types supported by the World Bank API.

Usage

wb_lending_type(type = NULL, lang = "en")

Arguments

type

(character()) lending type to query. Default NULL. If NULL, all types are returned.

lang

(character(1)) language to query. Default "en".

Value

A data.frame() with the available lending types. The columns are:

id

The lending type ID.

iso2code

The ISO 2 code of the lending type.

value

The lending type value.

Source

https://api.worldbank.org/v2/lendingTypes

See Also

Other indicators data: wb_country(), wb_income_level(), wb_indicator(), wb_language(), wb_region(), wb_source(), wb_topic()

Examples

wb_lending_type()

worldbank documentation built on April 4, 2025, 1:35 a.m.