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/r-noodling-package documentation built on Sept. 14, 2022, 9:01 p.m.