## File Name: sirt_summary_print_vector_summary.R
## File Version: 0.03
sirt_summary_print_vector_summary <- function(obji, digits)
{
obji <- round( summary(obji), digits)
print(obji)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.