#' Title
#'
#' @includeRmd man/rmd/foo.md details
#'
#' @param n integer
#'
#' @return numbers
#' @export
#'
#' @examples
#' foo(50)
foo <- function(n) {
rep(0.5, n)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.