R/setComment.R

Defines functions setComment

Documented in setComment

#' @describeIn getComment set comment
#' @export
setComment <- function(object,nm=NULL) {
  getComment(object) <- nm
  return(object)
}
tscheypidi/magclass documentation built on May 21, 2024, 12:55 p.m.