#' @title A function for my name
#'
#' @description A really good function.
#' Perhaps the best function ever!
#'
#' A work of pure genius.
#' @return my name
#' @export
#' @examples
#' myName()
myName = function(){
return("Rhian")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.