R/xx.R

Defines functions xx yy

Documented in xx yy

#' @title xx
#'
#' @description xx xx xx
#'
#' @param x x
#'
#' @return x 
#'
#' @export
#'
xx <- function(x){
x
}

#' @rdname xx
#'
#' @export
#'
yy <- function(x){
x
}
dapperstats/test documentation built on Nov. 4, 2019, 9:39 a.m.