
Get Mexico's Unemployment Rate from World Bank
Source:R/get_mexico_unemployment.R
get_mexico_unemployment.Rd
Retrieves Mexico's total unemployment rate as a percentage of the total labor force from 2010 to 2022 using the World Bank Open Data API.
Value
A tibble with four columns: `indicator` (name of the indicator), `country` (country name), `year` (year of observation), and `value` (unemployment rate as a numeric percentage).