#' Sample n-gram data
#'
#' Frequency data for the phrases "hacker", "programmer", from 1950 to 2008.
#'
#' @docType data
#' @usage hacker
#' @name hacker
#' @format a 236 x 4 ngram data frame
#' @keywords datasets
#' @export
#'
NULL
#' Google n-gram corpus information
#'
#' Details of the various corpuses available through the Google n-gram tool
#'
#' @docType data
#' @usage corpuses
#' @name corpuses
#' @format 44 x 6 ngram data frame
#' @keywords datasets
#' @export
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.