Create Chicklet (Rounded Segmented Column) Charts https://cinc.rud.is/web/packages/ggchicklet/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

32 lines
1.3 KiB

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/datasets.R
\docType{data}
\name{debates2019}
\alias{debates2019}
\title{2019-2020 U.S. Democratic Debate Candidate/Topic Times}
\format{data frame with columns: \code{elapsed} (dbl), \code{timestamp} (time), \code{speaker} (chr), \code{topic} (chr)
\code{debate_date} (date), \code{debate_group} (dbl), \code{night} (dbl)}
\usage{
data("debates2019")
}
\description{
The New York Times and other media outlets kept track of the time each
candidate spent talking including the timestamp of the start of the blathering
and the topic up for debate. This dataset only includes candidates and
topic times. The complete datasets (See References) also include moderator
metadata and opening/closing statement records.
}
\references{
\url{https://www.nytimes.com/interactive/2019/06/26/us/elections/debate-speaking-time.html}
\url{https://www.nytimes.com/interactive/2019/06/27/us/elections/debate-speaking-time.html}
\url{https://www.nytimes.com/interactive/2019/07/30/us/elections/debate-speaking-time.html}
\url{https://www.nytimes.com/interactive/2019/07/31/us/elections/debate-speaking-time.html}
\url{https://www.nytimes.com/interactive/2019/09/12/us/elections/debate-speaking-time.html}
\url{https://www.nytimes.com/interactive/2019/10/15/us/elections/debate-speaking-time.html}
}
\keyword{datasets}