#' @title A Subset of the Ames Data Set
#' @description A randomly selected subset of the Ames data set.
#' @name AmesSubset
#' @docType data
#' @usage AmesSubset
#' @format A data frame with 2049 observations on 82 variables.
#' @keywords datasets
#' @source \url{https://ww2.amstat.org/publications/jse/v19n3/Decock/DataDocumentation.txt}
#' @examples
#' str(AmesSubset)
#' plot(AmesSubset$Neighborhood, y = AmesSubset$SalePrice)
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.