R/AstrosCheating.R

#' Astros Cheating in the 2017 MLB Season
#'
#' This package contains information about the Houston
#' Astros cheating scandal during the 2017 MLB season.
#' @docType package
#' @name AstrosCheating
#' @aliases AstrosCheating AstrosCheating-package
NULL

#' "Astros Cheating"
#'
#' A data set containing information about
#' the Houston Astros Cheating Scandal
#'
#'
#' @source \url{http://signstealingscandal.com/files/}
#' @format A dataframe with 8274 elements
#' \describe{
#'   \item{astros_runs}{Runs Scored by the Astros}
#'   \item{at_bat_event}{Result of the At Bat}
#'   \item{batter}{Name of Astros Player Batting}
#'   \item{description}{Outcome of Pitch}
#'   \item{game_date}{Date of Game}
#'   \item{has_bangs}{Whether or not there is a bang on that pitch}
#'   \item{inning}{Inning of Game}
#'   \item{number_bangs}{Number of bangs on trash can}
#'   \item{opponent_runs}{Runs Scored by Opposing Team}
#'   \item{pitch_category}{Pitch Category (Fastball, Breaking Ball, Changeup)}
#' }
"AstrosCheating"
Tylermarshall21/AstrosCheating documentation built on Dec. 31, 2020, 5:34 p.m.