R/internal_function.R

# Internal function
## The purpose of this function is to make class mutable out of the class definition.

"@<-" <- function(object, name, value) {
  stop("For class consistency, modifying slot values are not allowed.")
}
4301350/sm4sd documentation built on June 14, 2020, 4:22 p.m.