R/check_costs.R

Defines functions check_costs

Documented in check_costs

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