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"

Try the MSBStatsData package in your browser

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

MSBStatsData documentation built on May 29, 2024, 10:58 a.m.