#' simTools: A package for performing common simulation tasks
#'
#' This package blah blah
#'
#' @author Doug Ashton \email{dashton@mango-solutions.com}
#' @docType package
#' @name simTools
NULL
#' simDat data set
#'
#' We made some data for the package
#'
#' @format A data.frame with 3 columns
#' \describe{
#' \item{ID}{ID value}
#' \item{Value}{Measured value in pounds}
#' \item{Apples}{Logical. Do they like apples}
#' }
#' @source Simulated Data
#'
"simDat"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.