#' @title Place holder function that does nothing
#'
#' @param x default input
#'
#' @return returns the input `x` unmodified
#'
#' @examples
#' placeholder(0)
#'
#' @export
placeholder <- function(x) {
return(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.