#' Average Heights and Weights for American Women
#'
#' This data set gives the average heights and weights for American women aged 30–39.
#'
#' @format A data frame with 15 observatins on 2 variables
#' \itemize{
#' \item height (inches)
#' \item weight (lbs)
#' }
#' @details The data set appears to have been taken from the American Society of Actuaries Build and Blood Pressure Study for some (unknown to us) earlier year.
#' @source The World Almanac and Book of Facts, 1975.
#' @references McNeil, D. R. (1977) Interactive Data Analysis. Wiley.
#' @examples mean(wm$height)
#'
"wm"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.