R/f_with_examples.R

#' Says hello, has examples
#' @examples
#'   f_with_examples()
#' @export
#' @author Richel Bilderbeej
f_with_examples <- function() {
  print("Hello")
}
richelbilderbeek/goodpracticetwentyone documentation built on May 27, 2019, 8 a.m.