check_depreciated_args: Checks depreciated arguments

check_depreciated_argsR Documentation

Checks depreciated arguments

Description

Checks depreciated arguments

Usage

check_depreciated_args(blacklist = NULL, ...)

Arguments

blacklist

A list of paired character vectors. In each pair, the first element is the old argument name if incurred and the second is the new name for reminding.

...

A list of arguments for checking. The depreciated argument(s) are no longer in the formalArgs of a function. If present, they will be in ....


qzhang503/proteoQ documentation built on March 16, 2024, 5:27 a.m.