R/old_function_names.R

Defines functions defunct

### old names for functions
#these are just small redirection functions

#function generator
defunct = function(msg = "This function is depreciated") function(...) return(stop(msg))
Deleetdk/kirkegaard documentation built on April 22, 2024, 5:22 p.m.