From 24d94db0a0a6b34fdc55a4ae70e199efc092fdb1 Mon Sep 17 00:00:00 2001 From: ForgeGit Date: Mon, 8 Jul 2024 22:58:44 +0200 Subject: [PATCH] match_stats details section --- R/understat_match_stats.R | 2 +- man/understat_match_stats.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/understat_match_stats.R b/R/understat_match_stats.R index 223c9524..071e0b1e 100644 --- a/R/understat_match_stats.R +++ b/R/understat_match_stats.R @@ -7,7 +7,7 @@ #' #' @return returns a `data.frame` with data from the stats table for the match. #' -#' @details For definitions on each variable (e.g. PPDA), you can hover with your mouse over each of them in the Stats section of the match at understat.com. For `draw_chances`, `home_chances` and `away_chances`, values below 10% will be retrieved as NA, however they sometimes have a value inside the match website (e.g. "5%"). +#' @details For `draw_chances`, `home_chances` and `away_chances`, values below 10% in the browser will be retrieved as NA (e.g. A "5%" chance will be NA in the `data.frame`). #' #' @importFrom magrittr %>% #' diff --git a/man/understat_match_stats.Rd b/man/understat_match_stats.Rd index 66264109..4b834e0a 100644 --- a/man/understat_match_stats.Rd +++ b/man/understat_match_stats.Rd @@ -16,5 +16,5 @@ returns a `data.frame` with data from the stats table for the match. Returns the Stats values for a selected match from Understat.com. } \details{ -For definitions on each variable (e.g. PPDA), you can hover with your mouse over each of them in the Stats section of the match at understat.com. For `draw_chances`, `home_chances` and `away_chances`, values below 10% will be retrieved as NA, however they sometimes have a value inside the match website (e.g. "5%"). +For `draw_chances`, `home_chances` and `away_chances`, values below 10% in the browser will be retrieved as NA (e.g. A "5%" chance will be NA in the `data.frame`). }