#' Embedding Matrix Example
#'
#' An example word embedding matrix containing words used in examples. The embeddings
#' are taken from the \code{glove.6B.300d.txt} file from \url{https://nlp.stanford.edu/projects/glove/}.
#'
#' @docType data
#'
#' @usage data(embedding_matrix_example)
#'
#' @format A \code{data.frame} in the format needed for \code{\link{formatWordEmbeddings}}
#'
#' @keywords datasets
#'
#' @references Jeffrey Pennington, Richard Socher, and Christopher D. Manning. 2014. GloVe: Global Vectors for Word Representation. \url{https://nlp.stanford.edu/projects/glove/}.
#'
"embedding_matrix_example"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.