## File Name: sirt_summary_label_equal_value.R
## File Version: 0.07
sirt_summary_label_equal_value <- function( label, value, label2="", digits=NULL )
{
if ( ! is.null(digits) ){
value <- round( value, digits)
}
res <- paste0( label, ' ', '=', ' ', value, ' ', label2 )
return(res)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.