#' Introductory function
#'
#' This function will details about the author
#'
#' @return this returns name
#'
#' @author Sangram \email{sangramsahu15@gmail.com}
#' @references \url{https://sksahu.net}
#' @seealso \code{\link{who}}
#' @keywords initial function
#'
#' @examples
#' who()
#'
#' @export
who <- function(){
print("")
message("Name: Sangram Keshari Sahu")
message("website: https://sksahu.net")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.