R/who.R

Defines functions who

Documented in who

#' 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")
}
sk-sahu/sahu documentation built on Nov. 20, 2019, 6:28 p.m.