#' Returns the value 1
#'
#' @param ... You can literally put anything in; it doesn't affect the output
#'
#' @return The integer 1
#' @export
#'
#' @examples
#' myfunc1("thirteen")
myfunc1 <- function(...) {
return(as.integer(1))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.