#' Fake data for a gear company example
#'
#' Made-up data for whether a sample of two gear companies' parts pass
#' inspection.
#'
#'
#' @name gear_company
#' @docType data
#' @format A data frame with 2000 observations on the following 2 variables.
#' \describe{\item{company}{a factor with levels \code{current}
#' \code{prospective}} \item{outcome}{a factor with levels \code{not}
#' \code{pass}} }
#' @keywords datasets
#' @examples
#'
#' gear_company
"gear_company"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.