#' Employees opinion data set
#'
#' @description A dataset of employees’ opinions on how they feel about the organization where they are working.
#'
#' @format A data frame with 14,249 observations.
#'
#' \describe{
#' \item{employeeID}{An integer variable with the employee ID.}
#' \item{industry}{factor variable with the industry in which the company belongs.}
#' \item{company}{A factor variable with the company name.}
#' \item{score}{An integer variable with the global company assessment by the employee.}
#' \item{likes}{A character variable with the positive employee opinion about their company.}
#' \item{dislikes}{A character variable with the negative employee opinion about their company.}
#' }
#'
#' @examples
#'
#' employees_opinion_ext
#'
"employees_opinion_ext"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.