search_indicator: Seach Indicator

View source: R/search_indicator.R

search_indicatorR Documentation

Seach Indicator

Description

A function that searches all available indicators based on description input or code. If both are given then parameter code will take preference

Usage

search_indicator(description, time_series, code = NULL)

Arguments

description

description of indicator to look up

time_series

time series to look for

code

code of indicator to return meta data from

Value

data.frame

Examples


search_indicator(description = "GDP")
search_indicator(time_series = "KBP1000")
search_indicator(code = "KBP1000J")

HanjoStudy/sarbR documentation built on May 26, 2023, 3:44 p.m.