R/ausopen-players-data.R

#' Australian Open Players
#'
#' Data of player names and player pages on Wikipedia
#'
#' @docType data
#'
#' @usage data(ausopen_players)
#'
#' @format A data.frame with the following variables:
#'
#' \describe{
#'   \item{player_page}{Character URL of player page (if it exists) on Wikipedia. Add this to wikipedia.org for complete URL.}
#'   \item{player}{Character name of player. There may be multiple variables per player}
#' }
#'
#' @keywords datasets
#'
#' @source \href{https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Tennis/Grand_Slam_Project}{Wiki Grand Slam Project}
#'
"ausopen_players"
skoval/wikidraws documentation built on May 17, 2020, 12:25 a.m.