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