R/empty.R

#' Function that returns \code{NULL}
#'
#' @export
empty <- function() {
  return(NULL)
}
datacamp/testwhat.base documentation built on May 30, 2019, 4:02 p.m.