#' @title Test
#'
#' @description Testing the world
#'
#' @param
#'
#' @return NULL
#'
#' @examples
#'
#' @export f.test
#'
f.test<-function(x){
print(paste("hello, ",x))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.