Nothing
#' Electronic equipment data
#'
#' Time to failure in hours of 18 units of the same electronic device.
#'
#' @docType data
#'
#' @usage data(equipment)
#'
#' @keywords datasets
#'
#' @format A vector with 18 observations.
#' @importFrom graphics hist
#' @examples
#' data(equipment)
#' hist(equipment, main="", xlab="Time (h)")
"equipment"
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.