#' Create a player
#'
#' @param x x coordinate
#' @param y y coordinate
#' @param size size
#' @return
#' @export
create_player <- function(x = 1, y = 1, size = 1) {
list(x = x, y = y, size = size)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.