Nothing
# IndiAPIs - Access Indian Data via Public APIs and Curated Datasets
# Version 0.1.0
# Copyright (c) 2025 Renzo Caceres Rossi
# Licensed under the MIT License.
# See the LICENSE file in the root directory for full license text.
# utils.R
utils::globalVariables(c(
# Variables of the get_india_child_mortality function
"indicator", "country", "year", "value",
# Variables of the get_india_cpi function
"indicator", "country", "year", "value",
# Variables of the get_india_energy_use function
"indicator","country","year","value",
# Variables of the get_india_gdp function
"indicator","country","year","value","value_label",
# Variables of the get_india_hospital_beds function
"indicator","country","year","value",
# Variables of the get_india_literacy_rate function
"indicator","country","year","value",
# Variables of the get_india_life_expectancy function
"indicator","country","year","value",
# Variables of the get_india_population function
"indicator","country","year","value","value_label",
# Variables of the get_india_unemployment function
"indicator","country","year","value",
# Variables of the get_country_info_in function
"name_common","name_official","region","subregion","capital","area","population","languages"
))
utils::globalVariables(c("data"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.