R/template.R

Defines functions template

Documented in template

#' Template function file
#' 
#' This function does nothing; the file exists to be copied and edited into new
#' function files.
#' @param x Arbitrary; nothing is done with it.
#' @export

template <- function(x) {
    return()
}
corybrunson/pubmed.network documentation built on May 13, 2019, 10:52 p.m.