#' French Open Players
#'
#' Data of player names and player pages on Wikipedia
#'
#' @docType data
#'
#' @usage data(frenchopen_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}
#'
"frenchopen_players"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.