#' Salary information for Iowa State Univeristy professors from 2007 - 2018
#'
#' A dataset containing the salary information and gender of over
#' professors at Iowa State University
#'
#' @format A dataframe with 16,633 rows and 12 variables
#' \describe{
#' \item{base_salary_date}{the date base salary was computed}
#' \item{fiscal_year}{year (July 1 - June 30) salary data is associated with}
#' \item{gender}{gender}
#' \item{place_of_residence}{county or city whereby employee resides}
#' \item{position}{position within the university}
#' \item{total_salary_paid}{total amount (in dollars) of salary for that fiscal year}
#' \item{travel_subsistence}{amount (in dollars) of travel expenditures reimbursed during the fiscal year}
#' \item{base_salary}{base salary}
#' \item{organization}{larger umbrella organization under which the employee works}
#' \item{department}{home department on campus}
#' \item{id}{unique ID for each employee}
#' \item{position_simplified}{professor position title simplified to groups such as associate and adjunct }
#' }
#'
#'
#'
"sals_dept_profs"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.