R/simTools-package.R

#' 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"
dougmet/simToolsBG documentation built on May 15, 2019, 10:44 a.m.