#' Thoughts and Prayers
#'
#' This function takes anything you want and returns NULL, just like actual thoughts and prayers. Do better
#'
#' @param ... whatever you want. It doesn't matter
#'
#' @export
#'
#' @examples
#' thoughts_prayers("whatever, man")
thoughts_prayers <- function(...) {
return(NULL)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.