R/masters_2025.R

#' 2025 Masters Tournament Scores
#'
#' A data frame containing the scores from the 2025 Masters Golf Tournament.
#'
#' @format A data frame with 95 rows and 9 variables:
#' \describe{
#'   \item{pos}{finishing position for a player}
#'   \item{player_name}{name of the golfer}
#'   \item{nationality}{nationality of the golfer}
#'   \item{score}{final score relative to par}
#'   \item{round_1}{number of strokes from the first round}
#'   \item{round_2}{number of strokes from the second round}
#'   \item{round_3}{number of strokes from the third round}
#'   \item{round_4}{number of strokes from the fourth round}
#'   \item{total}{total strokes from all rounds}
#' }
#' @source \url{https://www.espn.com/golf/leaderboard/_/tournamentId/401703504}
"masters_2025"

Try the ISAR package in your browser

Any scripts or data that you put into this service are public.

ISAR documentation built on April 22, 2026, 1:11 a.m.