#' Hungarian Parliamentary Speeches (small sample)
#'
#' The dataset contains 10 speeches from Hungarian parliamentary leaders (one speech per MP). This dataset is used in the 9th chapter of the textbook (https://tankonyv.poltextlab.com/scaling.html).
#'
#' @format It is a `data.frame`, with 10 observation, 4 variables:
#' \describe{
#' \item{id}{A unique document id}
#' \item{text}{The unprocessed speech texts}
#' \item{felszolalo}{Name of the speaker, Lastname Firstname (party)}
#' \item{part}{Party affiliation of the speaker}
#' }
#' @source \url{https://cap.tk.hu/en/dataoverview}
#'
"data_parlspeakers_small"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.