R/defunct.R

Defines functions defunct

#function generator
defunct <- function(msg = "This function is depreciated") function(...) return(stop(msg))
# @export
#' SCfn = defunct("SCfn changed name to findSCdesigns")

Try the curtailment package in your browser

Any scripts or data that you put into this service are public.

curtailment documentation built on Oct. 25, 2023, 5:06 p.m.