R/utils.R

# 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"))

Try the IndiAPIs package in your browser

Any scripts or data that you put into this service are public.

IndiAPIs documentation built on Aug. 26, 2025, 5:08 p.m.