Skip to content

Commit

Permalink
Merge pull request #3 from jruizcabrejos/understat_match_
Browse files Browse the repository at this point in the history
match_stats details section
  • Loading branch information
jruizcabrejos authored Jul 8, 2024
2 parents be60541 + 24d94db commit 73ed93c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/understat_match_stats.R
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>%
#'
Expand Down
2 changes: 1 addition & 1 deletion man/understat_match_stats.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 73ed93c

Please sign in to comment.