#' champion data
#'
#' Wraps the \href{https://developer.riotgames.com/api/methods#!/1077}{champion} api method
#' @export
champion <- function(id = NULL, freeToPlay = NULL){
api_fetch("champion", id, freeToPlay = freeToPlay)$champions
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.