#' Community college housing (simulated data)
#'
#' These are simulated data and intended to represent housing prices of
#' students at a community college.
#'
#'
#' @name cchousing
#' @docType data
#' @format A data frame with 75 observations on the following variable.
#' \describe{
#' \item{price}{Monthly housing price, simulated.}
#' }
#' @keywords datasets
#' @examples
#'
#' hist(cchousing$price)
"cchousing"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.