search_api_by_org_type: Search API by organization type

Description Usage Arguments Value Examples

View source: R/key_func.R

Description

Search API by organization type

Usage

1
search_api_by_org_type(org_type_contains = "")

Arguments

org_type_contains

string to match in the organization type of the API (case insensitive)

Value

data.frame of API details filtered by organization types that match the string provided

Examples

1
2
  get_list_of_org_types()
 filtered_api<-search_api_by_org_type(org_type_contains="Central")

datagovindia documentation built on Sept. 27, 2021, 5:12 p.m.