#' Matrix addition
#'
#' This function calculates the sum of several matrices.
#'
#' @param L A list of matrices.
#' @return The sum of all matrices.
#' @author Raphael Scherrer
#' @export
hello <- function() {
print("Hello, world!")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.