R/salary_trends.R

#' Salary trend data
#'
#' Dataset containing the average salary of a footwear company's employees over 10 years.
#'
#' @format A tibble with 10 rows and 2 variables:
#' \describe{
#'   \item{year \[dbl\]}{Year of record.}
#'   \item{avg_salary \[dbl\]}{Average salary in the corresponding year.} 
#' }
"salary_trends"
mchlbckr/MSBStatsData documentation built on March 9, 2024, 9:02 p.m.