Skip to content

Commit

Permalink
Update R package documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jfjelstul committed May 26, 2024
1 parent 136e8f8 commit fd0fd4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/matches.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
#' \code{home team win}, \code{away team win}, and \code{draw}.}
#' \item{home_team_win}{\code{boolean}. Whether the home team won the match.
#' Coded \code{1} if the home team won the match and \code{0} otherwise.}
#' \item{away_team_win}{\code{boolean}. Whether the home team won the match.
#' Coded \code{1} if the home team won the match and \code{0} otherwise.}
#' \item{away_team_win}{\code{boolean}. Whether the away team won the match.
#' Coded \code{1} if the away team won the match and \code{0} otherwise.}
#' \item{draw}{\code{boolean}. Whether the match ended in a draw. Coded
#' \code{1} of the match ended in a draw and \code{0} otherwise.}
#' }
Expand Down
4 changes: 2 additions & 2 deletions man/matches.Rd

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

0 comments on commit fd0fd4d

Please sign in to comment.