search_api_by_organization: Search API by organization name

Description Usage Arguments Value Examples

View source: R/key_func.R

Description

Search API by organization name

Usage

1
search_api_by_organization(organization_name_contains = "")

Arguments

organization_name_contains

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

Value

data.frame of API details filtered by organization names (Ministries) that match the string provided

Examples

1
2
  get_list_of_organizations()
filtered_api<-search_api_by_organization(organization_name_contains="Agriculture")

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