Nothing
#' Driver status after car accidents in Greece.
#'
#' @description
#' A data frame showing the use of seat belt and the driver status
#' after a car accident in Greece.
#'
#' @usage
#' data(carAccidents)
#' @format Contains the factor variables:
#' \describe{
#' \item{record}{factor representing the driver status.}
#' \item{seatBelt}{factor indicating whether the driver wore a setbelt.}
#' }
#' @source
#' R package 'gginference'
#' @examples
#' data(carAccidents)
#' head(carAccidents)
#' table(carAccidents)
'carAccidents'
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.