#' This function returns cube of a number
#'
#' @param m An argument for cube function
#'
#' @return
#' @export
#'
#' @examples
cubeme=function(m){
print(m^3)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.