#' Renders x
#'
#' @param x Any R object
#'
#' @return The input
#'
#' @examples
#' myFirstFunction(x)
#'
#' @export
myFirstFunction <- function(x){
# print("Here I am!")
x
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.