#' @title Hello
#'
#' @description This is the new function. The other function is [littleforecast()].
#' \code{\link{littleforecast}()}.
#'
#' Another paragraph.
#'
#' @param mytext text to print
#'
#'
#' @export
hello <- function(mytext, b=1) {
print(paste("Hello, world!\n", mytext))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.