Nothing
#' Absenteeism data
#'
#' Fictional data on absenteeism in a large technology company
#'
#' @format A dataframe with 865 rows and 4 variables:
#' \describe{
#' \item{days_absent}{The number of unscheduled days of absence for the employee in the last calendar year}
#' \item{tenure}{The employee’s tenure at the company in years}
#' \item{is_manager}{A binary value indicating 1 if the employee is a manager and 0 if not}
#' \item{performance_rating}{The employee’s most recent performance score on an increasing scale from 1 to 5}
#' }
#' @examples
#' absenteeism
"absenteeism"
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.