Nothing
#' @name performance
#'
#' @description Fictitious performance data for employees in a mid-size company
#'
#' @docType data
#'
#' @usage data(performance)
#'
#' @format A dataframe containing 1,470 observations and 3 variables:
#'
#' @param employee_id
#' Unique identifier for each employee
#'
#' @param salary_hike_pct
#' The percent increase in salary for the employee's most recent compensation adjustment (whether due to a standard merit increase, off-cycle adjustment, or promotion)
#'
#' @param perf_rating
#' Most recent performance rating, where 1 = 'Needs Improvement', 2 = 'Core Contributor', 3 = 'Noteworthy', and 4 = 'Exceptional'
#'
#' @examples data(performance)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.