R/main.R

Defines functions dummy1

Documented in dummy1

#------------------------------------------------
#' @title Dummy function
#'
#' @description Edit this function as needed to test functionality.
#'
#' @param x input list
#'
#' @export

dummy1 <- function(x) {
  dummy1_cpp(x)
}
bobverity/versioncontrol documentation built on April 14, 2022, 8:26 a.m.