#' A dataset containing the fatal injuries within the USA for 2013
#'
#' \itemize{
#' \item 1
#' \item 2
#' \item 3
#' \item etcetera
#' }
#'
#' @docType data
#' @keywords datasets
#' @name accident_2013
#' @usage data(accident_2013)
#' @format A data frame with x rows and y variables
NULL
#' A dataset containing the fatal injuries within the USA for 2014
#'
#' \itemize{
#' \item 1
#' \item 2
#' \item 3
#' \item etcetera
#' }
#'
#' @docType data
#' @keywords datasets
#' @name accident_2014
#' @usage data(accident_2014)
#' @format A data frame with x rows and y variables
NULL
#' A dataset containing the fatal injuries within the USA for 2015
#'
#' \itemize{
#' \item 1
#' \item 2
#' \item 3
#' \item etcetera
#' }
#'
#' @docType data
#' @keywords datasets
#' @name accident_2015
#' @usage data(accident_2015)
#' @format A data frame with x rows and y variables
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.