#' @title Make a random testing fun
#' @name random_test_fun
#' @description Make random test fun
#'
#' @param x A floating point number
#'
#' @examples
#' random_test_fun(5)
#'
#' @export
random_test_fun<- function(x) {
x * 50
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.