#' Function to create icons and labels with info about parameters
#' @export
label.help <- function(label, id){
HTML(paste0(label, actionLink(id,label=NULL,icon=icon('info-circle'))))
}
#' Negating the '%in%' function for use in tools.
#' @export
#' @noRd
`%!in%` <- Negate(`%in%`)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.