#' @title Sample dataset containing employee information
#'
#'
#' @description This is a fictional dataset created by IBM data scientists.
#' Each row of the dataset represents an employee's information.
#'
#' @name employee
#' @docType data
#' @usage data(employee)
#' @format A data frame with 1470 rows and 35 variables
#' @keywords datasets
#'
#' @source \url{https://www.kaggle.com/pavansubhasht/ibm-hr-analytics-attrition-dataset}
#'
#' @examples
#' data(employee)
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.