R/starts_deprecated.R

Defines functions starts_deprecated

## File Name: starts_deprecated.R
## File Version: 0.03

starts_deprecated <- function( old, new, pkg="STARTS" )
{
    string <- paste0( "The function '", old, "' is deprecated and will be\n",
                "removed in future versions of the ", pkg, " package.\n",
                "Use '", new, "' instead.\n" )
    cat(string)
}

Try the STARTS package in your browser

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

STARTS documentation built on May 20, 2022, 1:08 a.m.