R/IowaSalaries.R

#' Iowa State employee salaries
#'
#' Data scraped from the Des Moines Register database of State of Iowa
#' employee salaries at
#' http://db.desmoinesregister.com/state-salaries-for-iowa/.
#'
#' @format a data.frame containing the following columns:
#'   \code{Employee}: employee name
#'   \code{Department}: unit of employment
#'   \code{Position}: title for employee
#'   \code{County}: county in IA
#'   \code{Sex}: (M)ale or (F)emale
#'   \code{FY}: fiscal year
#'   \code{Travel, etc}: additional payment to cover travel and other expenses
#'   \code{july_salary}: budgeted (?) salary
#'   \code{fy_salary}: actual fiscal year salary
#'
"IowaSalaries"
jarad/IowaSalaries documentation built on May 18, 2019, 2:40 p.m.