R/chi_emps.R

#' Employees of the City of Chicago
#'
#'
#'
#' @source <https://data.cityofchicago.org/Administration-Finance/Current-Employee-Names-Salaries-and-Position-Title/xzkq-xp2w>
#' @format Data frame with columns
#' \describe{
#' \item{Names}{Employee names}
#' \item{Titles}{Job titles}
#' \item{Dept}{Department of the city government}
#' \item{FullPart}{Employee's status: full-time or part-time}
#' \item{SalHour}{Whether the employee is salaried or hourly-paid}
#' \item{TypicalHours}{Typical hours per week for those who are hourly-paid}
#' \item{AnnualSalary}{Annual Salary for those who are salaried}
#' \item{HourlyRate}{Hourly rate for those who are hourly-paid}
#' }
"chi_emps"
thisisdaryn/workshop documentation built on Jan. 17, 2020, 7:31 p.m.