R/printAuthors.R

#' Function to print contributors
#'
#' Simple function to print people who autored package components
#'
#' @return a list of names of people who autored components of the package
#' @examples
#' printAuthors()
#' @export
printAuthors <- function(){
  authors <- c("Eric Cramer")
  return(authors)
}
ericscrum/snpltools documentation built on May 9, 2019, 5:24 p.m.