R/show_nothing.R

#' Function that does absolutely nothing
#'
#' This is truly a function about nothing. 
#' @return Nothing.
#' @export
show_nothing <- function() {
  invisible()
}
rich-iannone/travesty documentation built on June 23, 2019, 3:31 a.m.