Learn R Programming

WDI (version 2.7.1)

wdi.query: Internal function to build API call

Description

Internal function to build API call

Usage

wdi.query(
  indicator = "NY.GDP.PCAP.CD",
  country = "all",
  start = 1960,
  end = 2020
)

Arguments