#' Build FPL URL
#'
#' @param ... Elements of the url.
#'
#' @return
#' `character(n)`. FPL URLs.
build_url <- function(...) {
paste0(fpl_env$base_url, paste(..., sep = "/"), "/")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.