R/utility.R

Defines functions helloRuuviR

Documented in helloRuuviR

# ...........................................................
# utility.R
# ...........................................................
#' hello world example
#'
#' prints information
#'
#' @export
#' @examples
#' helloRuuviR()
helloRuuviR <- function() {
  print("This is R package for Ruuvitag data analysis")
}
# ...........................................................
talonendm/RuuviR documentation built on Dec. 23, 2021, 7:44 a.m.