#' Some function
#'
#' This function is great!
#'
#' @param x A parameter.
#'
#' @returns Invisible `NULL`.
#'
#' @examples
#' some_function(10)
#'
#' @export
some_function <- function(x) {
x
}
# To check whether code was evaluated
print("A random print statement")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.