Search API by Data Source
search_api_by_source(source_name_contains = "")
string to match in the organization type of the API (case insensitive)
data.frame of API details filtered by Sectors that match the string provided
get_list_of_sources()
#> [1] "data.gov.in" "karnataka.data.gov.in"
#> [3] "tn.data.gov.in" NA
#> [5] "smartcities.data.gov.in"
filtered_api<-search_api_by_source(source_name_contains="gov")