#' @title Mini Lotto
#'
#' @description Like in standard Mini Lotto game 5 numbers are drawn at random from 42.
#'
#' @export
mini_lotto <- function() {
sample(42,5)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.