#' Collected works of Sándor Petőfi
#'
#' The data contains the collected works of the famous Hungarian poet, Sándor Petőfi. It contains all of his works, without any cleaning or preprocessing.
#'
#' @format It is a `data.frame`, with 1 observation, 2 variables:
#' \describe{
#' \item{doc_id}{Doc id variable for easier input into quanteda}
#' \item{text}{The unprocessed combined works of Sándor Petőfi. All of the documents are contained as one observation (row).}
#' }
#'
"data_petofi"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.