#' Set your ICES username
#'
#' Back compatability function that does nothing.
#'
#' @param ... only here for back compatability, does nothing
#'
#' @return invisible NULL
#'
#' @rdname set_username
#'
#' @export
set_username <- function(...) {
invisible(NULL)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.