R/empty.R

Defines functions empty

Documented in empty

#' Empty function to make sure package doesn't break
#'
#' @export
empty <- function() {
  return("nothing here")
}
Data-Camp/datacampAPI documentation built on May 6, 2019, 1:38 p.m.