R/utils_update_constants.R

Defines functions update_constant

#' @export
update_constant<-function(object,
                          value)
{
  if("constant"%in%names(object)){
    object$constant = value
  }
  return(object)
}
adsb85/lqp documentation built on April 9, 2022, 12:35 a.m.