R/games.women.R

#' @name games.women.2017
#' @title 2017 NCAA Women's Basketball Game-by-Game Results
#' @description This dataset contains the game results of the
#'   college women's basketball 2016-2017 season, identifying
#'   the game, the home and away teams, (using the ESPN ID system),
#'   the home and away scores, whether the game was played at a
#'   neutral arena, and whether the game went into overtime. Teams
#'   that are not in Division I are uniformly identified by the
#'   string 'NA' as their id.
#' @format data frame with 5575 rows and 7 variables
#' @source ESPN
NULL

#' @name games.women.2018
#' @title 2018 NCAA Women's Basketball Game-by-Game Results
#' @description This dataset contains the game results of the
#'   college women's basketball 2017-2018 season, identifying
#'   the game, the home and away teams, (using the ESPN ID system),
#'   the home and away scores, whether the game was played at a
#'   neutral arena, and whether the game went into overtime. Teams
#'   that are not in Division I are uniformly identified by the
#'   string 'NA' as their id.
#' @format data frame with 5424 rows and 7 variables
#' @source ESPN
NULL

#' @name games.women.2021
#' @title 2021 NCAA Women's Basketball Game-by-Game Results
#' @description This dataset contains the game results of the
#'   college women's basketball 2020-2021 season, identifying
#'   the game, the home and away teams, (using the ESPN ID system),
#'   the home and away scores, whether the game was played at a
#'   neutral arena, and whether the game went into overtime. Teams
#'   that are not in Division I are uniformly identified by the
#'   string 'NA' as their id.
#' @format data frame with 3673 rows and 7 variables
#' @source ESPN
NULL

#' @name games.women.2023
#' @title 2023 NCAA Women's Basketball Game-by-Game Results
#' @description This dataset contains the game results of the
#'   college women's basketball 2022-2023 season, identifying
#'   the game, the home and away teams, (using the ESPN ID system),
#'   the home and away scores, whether the game was played at a
#'   neutral arena, and whether the game went into overtime. Teams
#'   that are not in Division I are uniformly identified by the
#'   string 'NA' as their id.
#' @format data frame with 5621 rows and 7 variables
#' @source ESPN
NULL

#' @name games.women.2024
#' @title 2024 NCAA Women's Basketball Game-by-Game Results
#' @description This dataset contains the game results of the
#'   college women's basketball 2023-2024 season, identifying
#'   the game, the home and away teams, (using the ESPN ID system),
#'   the home and away scores, whether the game was played at a
#'   neutral arena, and whether the game went into overtime. Teams
#'   that are not in Division I are uniformly identified by the
#'   string 'NA' as their id.
#' @format data frame with 5752 rows and 7 variables
#' @source ESPN
NULL
elishayer/mRchmadness documentation built on March 27, 2024, 2:11 p.m.