R/empty.R

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