#' Dummy placeholder function
#'
#' \Sexpr[results=rd, stage=render]{lifecycle::badge("experimental")}
#' This is a small dummy function to exemplify the
#' {roxygen} documentation, the automatic testing etc...
#'
#' @param input character string
#'
#' @return echo the input string
#' @export
#'
#' @examples
#' blank_x()
#'
#' blank_x("something else...")
blank_x <- function(input = "planceholder code"){
return(input)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.