| Title: | Latin American Data via RESTful APIs and Curated Datasets |
|---|---|
| Description: | Brings together a comprehensive collection of R packages providing access to API functions and curated datasets from Argentina, Brazil, Chile, Colombia, and Peru. Includes real-time and historical data through public RESTful APIs (Nager.Date, World Bank API, REST Countries API, and country-specific APIs) and extensive curated collections of open datasets covering economics, demographics, public health, environmental data, political indicators, social metrics, and cultural information. Designed to provide researchers, analysts, educators, and data scientists with centralized access to Latin American data sources, facilitating reproducible research, comparative analysis, and teaching applications focused on these five major Latin American countries. Included packages: - 'ArgentinAPI': API functions and curated datasets for Argentina covering exchange rates, inflation, political figures, national holidays and more. - 'BrazilDataAPI': API functions and curated datasets for Brazil covering postal codes, banks, economic indicators, holidays, company registrations and more. - 'ChileDataAPI': API functions and curated datasets for Chile covering financial indicators (UF, UTM, Dollar, Euro, Yen, Copper, Bitcoin, IPSA index), holidays and more. - 'ColombiAPI': API functions and curated datasets for Colombia covering geographic locations, cultural attractions, economic indicators, demographic data, national holidays and more. - 'PeruAPIs': API functions and curated datasets for Peru covering economic indicators, demographics, national holidays, administrative divisions, electoral data, biodiversity and more. For more information on the APIs, see: Nager.Date <https://date.nager.at/Api>, World Bank API <https://datahelpdesk.worldbank.org/knowledgebase/articles/889392>, REST Countries API <https://restcountries.com/>, ArgentinaDatos API <https://argentinadatos.com/>, BrasilAPI <https://brasilapi.com.br/>, FINDIC <https://findic.cl/>, and API-Colombia <https://api-colombia.com/>. |
| Authors: | Renzo Caceres Rossi [aut, cre] (ORCID: <https://orcid.org/0009-0005-0744-854X>) |
| Maintainer: | Renzo Caceres Rossi <[email protected]> |
| License: | GPL-3 |
| Version: | 0.1.0 |
| Built: | 2026-06-05 06:20:10 UTC |
| Source: | https://github.com/lightbluetitan/latamverse |
This package brings together a comprehensive collection of R packages providing access to APIs functions and curated datasets from Argentina, Brazil, Chile, Colombia, and Peru. It includes real-time and historical data through public RESTful APIs (Nager.Date, World Bank API, REST Countries API, and country-specific APIs) and extensive curated collections of open datasets covering economics, demographics, public health, environmental data, political indicators, social metrics, and cultural information.
This function creates an object containing information about the API packages included in the Latamverse metapackage and their respective versions.
Latamverse()Latamverse()
Latamverse: Latin American Data via RESTful APIs and Curated Datasets
Latin American Data via RESTful APIs and Curated Datasets.
An object of class "latamverse_info" containing package names and versions.
Maintainer: Renzo Caceres Rossi [email protected]
Useful links:
## Not run: # Display Latamverse package information Latamverse() # Store the information in an object info <- Latamverse() print(info) ## End(Not run)## Not run: # Display Latamverse package information Latamverse() # Store the information in an object info <- Latamverse() print(info) ## End(Not run)
Print method for latamverse_info objects
## S3 method for class 'latamverse_info' print(x, ...)## S3 method for class 'latamverse_info' print(x, ...)
x |
An object of class "latamverse_info" |
... |
Additional arguments (not used) |
Invisibly returns the input object