R/test_func.R

Defines functions test_func

Documented in test_func

#' A Cat Function
#'
#' This function allows you to express your love of cats.
#' @param love Do you love cats? Defaults to TRUE.
#' @keywords cats
#' @export
#' @import pathifier
#' @examples
#' cat_function()


test_func<-function(x=c(1,2,3)) mean(x)
staaln/qpath documentation built on May 19, 2019, 1:44 a.m.