#' @export
update_constant<-function(object,
value)
{
if("constant"%in%names(object)){
object$constant = value
}
return(object)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.