#' Word rank and frequency data for _War and Peace_
#'
#' Rank and frequency for all words from _War and Peace_ by Leo Tolstoy.
#'
#' @format A data frame with 18087 rows and 3 variables.
#' \describe{
#' \item{word}{Word}
#' \item{freq}{Word frequency}
#' \item{rank}{Word frequency rank}
#' }
#'
#' @source Project Gutenberg
#' \url{http://www.gutenberg.org/ebooks/2600}
"war_and_peace"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.