R/function.R

Defines functions temp_function

Documented in temp_function

#' temp_function
#'
#' function included as workaround for issue:
#' https://github.com/r-lib/covr/issues/427
#'
#' @param x Any object
#'
#' @return The same object.
#'

temp_function <- function(x) {
  x
}
poissonconsulting/kootlake documentation built on Feb. 16, 2023, 7:16 a.m.