#'
#'
#' This function
#' @param data A Number
#' @keywords summarkl1
#' @export 1
#' @examples 1
#' @export
summarkl1 <- function(data) {
data <- as.matrix(data)
data <- length(data[,1])-1
return(data)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.