R/empty_package.R

Defines functions XXX

Documented in XXX

#' XXX Explanation in one sentence
#'
#' \code{wdwd} is a function that...
#'
#' @param XXX describe an input to function
#'
#'
#' @details XXX This function does nothing. It relies on no packages
#'
#' @examples
#'  XXX nothing(mtcars)

#' @export


XXX <- function(x) { return(x) }
rethinkpriorities/rp-r-package documentation built on Jan. 7, 2023, 10:11 p.m.