R/hansard_1890.R

#' The 19th-century British Parliamentary debates for the decade 1890
#'
#' Hansard corpus data for the decade 1890. To also access information about speaker, date, and debate title, join this data frame with debate_metadata on
#' sentence_id. The variables are as follows:
#'
#' @docType data
#'
#' @usage hansard_1890
#'
#' @format A data frame with 1417769 rows and 2 variables:
#'
#' sentence_id
#' A unique ID assigned to each sentence of the Hansard corpus.
#'
#' text
#' A sentence spoken by a member of parliament.
#'
#' @keywords datasets
#'
#' @examples
#' data(hansard_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}
#'
"hansard_1890"
stephbuon/hansardr documentation built on March 1, 2023, 6:42 p.m.