R/canPrintEPG.R

Defines functions canPrintEPG

Documented in canPrintEPG

#' @title canPrintEPG
#' @description A helpfunction to check if EPGs can be printed (kit specified)
#' @param nnTK an environment object from stored CaseSolver object
#' @export

canPrintEPG = function(nnTK) { 
  return( !is.null(casesolver::getEnvirKit(nnTK)) )  #possible to print EPG?
}
oyvble/casesolver documentation built on Feb. 26, 2025, 2:05 a.m.