Nothing
#' @name tenure
#'
#' @description Fictitious tenure data for employees in a mid-size company
#'
#' @docType data
#'
#' @usage data(tenure)
#'
#' @format A dataframe containing 1,470 observations and 6 variables:
#'
#' @param employee_id
#' Unique identifier for each employee
#'
#' @param work_exp
#' Flag set to 'Yes' for active employees and 'No' for inactive employees
#'
#' @param org_tenure
#' Years at current company
#'
#' @param job_tenure
#' Years in current job
#'
#' @param last_promo
#' Years since last promotion
#'
#' @param mgr_tenure
#' Years under current manager
#'
#' @examples data(tenure)
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.