#' The 19th-century British Parliamentary debates metadata for the decade 1890
#'
#' The Hansard corpus debate metadata retains information about the debates such as the debate title and the speech date.
#' The variables are as follows:
#'
#' @docType data
#'
#' @usage debate_metadata_1890
#'
#' @format A data frame with 1417769 rows and 5 variables:
#'
#' sentence_id
#' A unique ID assigned to each sentence of the corpus, taken from the digitized parliamentary debates.
#'
#' speechdate
#' The date on which the sentence was spoken in year, month, day format.
#'
#' debate
#' The title of the debate.
#'
#' @keywords datasets
#'
#' @examples
#' data(debate_metadata_1890)
#'
#' @references Buongiorno, Steph; Kalescky, Robert; Godat, Eric; Cerpa, Omar Alexander; Guldi, Jo (2021)
#' (\\href{https://doi.org/10.7910/DVN/ZCYJH8})
#'
#' @source \\href{https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/ZCYJH8}{Harvard Dataverse}
#'
"debate_metadata_1890"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.