Nothing
#' HR data
#'
#' The dataset contains human resources data of a footwear company. Each entity of the dataset represents one employee with a total of six attributes.
#'
#' @format A tibble with 1,200 rows and 6 variables:
#' \describe{
#' \item{position \[fct\]}{Position of the employee in the company.}
#' \item{working_hours \[dbl\]}{Contracted working hours of the employee per week.}
#' \item{salary \[dbl\]}{Monthly salary of the employee. }
#' \item{hourly_wage \[dbl\]}{Hourly compensation of the employee. }
#' \item{department \[fct\]}{Department in which the employee is employed.}
#' \item{sick_days \[dbl\]}{Sick days of the employee in the period observed.}
#' }
"hr_data"
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.