#' Italian Restaurants Dataset
#' @docType data
#' @format \strong{Variables}
#' \describe{
#' \item{restaurant}{name of the restaurant}}
#' @source \url{http://gattonweb.uky.edu/sheather/book/docs/datasets/nyc.csv}
#' @examples #Calculate the mean price
#' mean(italian$price)
#' if (require(dplyr)){
#' dplyr::filter(italian, price > 30)}
"italian"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.