R/check_health_utility.R

Defines functions check_health_utility

Documented in check_health_utility

#' Check the structure of the health utilities
#'
#'
#' @return Nothing is returned
#' @export
#' @inheritParams combine_data
#' @examples
#' 
check_health_utility <- function(health_utility = NULL) {
  
  
  
  
  return(invisible(NULL))
}
seabbs/ceplotr documentation built on Nov. 22, 2019, 11:07 p.m.