R/setComment.R

Defines functions setComment

Documented in setComment

#' @describeIn getComment set comment
#' @export
setComment <- function(object,nm=NULL) {
  getComment(object) <- nm
  return(object)
}
pik-piam/magclass documentation built on March 25, 2024, 11:07 p.m.