R/all_weeks.R

#' Amy Siskind's Weekly Authoritarianism List
#'
#' A dataset containing all the text and links from Amy Siskind's
#' weekly lists on Medium
#'
#' @format A data frame with 1719 rows and 8 variables:
#' \describe{
#'   \item{week}{week number}
#'   \item{link}{link as plain text}
#'   \item{text}{text of post list item containing link}
#'   \item{link_a}{link as HTML}
#'   \item{host}{link hostname}
#'   \item{subdomain}{link subdomain}
#'   \item{domain}{link domain}
#'   \item{tld}{link top-level domain}
#' }
#' @source \url{https://medium.com/@Amy_Siskind}
"all_weeks"
MHenderson/siskindr documentation built on May 6, 2019, 11:19 a.m.