R/hello.R

##' Example function for delfquant
#'
#' This function reads your monthly stats from a google sheet and does some stuff
#' @param something parameter for the function
#' @keywords quantified self
#' @export
#' @examples
#' some example here

hello <- function() {
  print("Hello, world!")
}
maczokni/selfquant documentation built on May 30, 2019, 9:54 p.m.