R/data-opinions_2019.R

#' Supreme Court Opinions from 2019 Session
#'
#' A dataset containing the text from slip opinions from the US Supreme Court
#'   2019 session.
#'
#' @format A tibble with 210 rows and 4 variables:
#' \describe{
#' \item{text}{Text of the opinion}
#' \item{author}{Author of the opinion}
#' \item{type}{Type of the opinion}
#' \item{case}{Name of the case}
#' }
#'
#' @source \url{https://www.supremecourt.gov/}
"opinions_2019"
JCRascal/opiniontext documentation built on Jan. 19, 2021, 6:30 p.m.