R/rd-min_wage.R

#' @importFrom tibble tibble
NULL

#' History of Federal Minimum Wage Rates Under the Fair Labor Standards Act, 1938-2009
#'
#' A data set on the various federal minimum wage rates.
#'
#' @format A data frame with 23 observations on the following 5 variables.
#' \describe{
#' \item{\code{date}}{a date for when a new minimum wage was introduced}
#' \item{\code{wage}}{the (nominal) value of the wage}
#' }
#'
#' @details Data come from the Department of Labor. Wages are taken from wage adjustments
#' from the 1938 act.
#'
#' @source Department of Labor
#'
"min_wage"

Try the stevedata package in your browser

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

stevedata documentation built on April 4, 2025, 1:39 a.m.