ColombiAPI 0.2.0
Breaking Changes
view_datasets()
was renamed toview_datasets_ColombiAPI()
to avoid naming conflicts with other packages and improve function identification.get_airports_list()
was renamed toget_colombia_airports()
to avoid naming conflicts with other packages and improve function identification.get_Colombia_info()
was renamed toget_country_info_co()
to avoid naming conflicts with other packages and improve function identification.get_country_info_co()
Not only was the function name changed, but its data source also shifted fromAPI-Colombia
to theREST Countries
API.get_departments_list()
was renamed toget_colombia_departments()
to avoid naming conflicts with other packages and improve function identification.get_presidents_list()
was renamed toget_colombia_presidents()
to avoid naming conflicts with other packages and improve function identification.get_regions_list()
was renamed toget_colombia_regions()
to avoid naming conflicts with other packages and improve function identification.
The following APIs were added to the ColombiAPI
package:
Nager.Date https://date.nager.at/Api.
World Bank API https://datahelpdesk.worldbank.org/knowledgebase/articles/889392
REST Countries API https://restcountries.com/
The following functions were added to the ColombiAPI
package powered by API-Colombia:
The following function was added to the ColombiAPI
package powered by Nager.Date
:
The following functions were added to the ColombiAPI
package powered by World Bank API
:
ColombiAPI 0.1.1
CRAN release: 2025-02-16
Fixed function
- Fix
get_airports_list()
latitud and longitud error, now that function is namedget_colombia_airports()