R/f_without_examples.R

Defines functions f_without_examples

Documented in f_without_examples

#' Says hello, has no examples
#' @export
#' @author Richel Bilderbeej
f_without_examples <- function() {
  print("Hello")
}
richelbilderbeek/goodpracticeeighteen documentation built on May 27, 2019, 7:59 a.m.