Nothing
#' Browser market share 2011
#'
#' A phony dataset measuring browser market share
#'
#' @format A data.frame with 12 rows and 3 columns
#' \describe{
#' \item{browser}{browser}
#' \item{version}{browser version}
#' \item{share}{market share, in percentage}
#' }
"browsers"
#'Rose sales among 7 groups in a year
#'
#'A phony dataset representing rose sales
#'
#' @format A data.frame with 84 rows and 3 columns
#' \describe{
#' \item{group}{group A to G}
#' \item{Month}{Month 1 to 12}
#' \item{value}{Rose sales amount}
#' }
"rose"
#' Taco ratings by age group
#'
#' Taco ratings by ShellType, AgeGroup and Filling
#' source: \href{https://rpubs.com/rikturr/communicating-experimental-results-with-r}{Communicating experiment results with R}
#'
#' @format A data.frame with 136 rows and 4 columns
#' \describe{
#' \item{ShellType}{Hard or Soft}
#' \item{Fillings}{Fillings of taco}
#' \item{AgeGroup}{AgeGroup One of the c("<13","13-20","21-39","40+",)}
#' \item{Rating}{A numeric. Rating of taco}
#' }
"taco"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.