check_depreciated: Check for depreciated arguments passed via '...'

View source: R/utils.R

check_depreciatedR Documentation

Check for depreciated arguments passed via ...

Description

This function checks for depreciated arguments passed via ... to a parent function and returns a warning if any depreciated arguments have been used.

Usage

check_depreciated(depreciated, ...)

Arguments

depreciated

A character vector that defines the names of depreciated arguments to a parent function.

...

Additional arguments passed to a parent function.

Author(s)

Edward Lavender


edwardlavender/prettyGraphics documentation built on Jan. 19, 2025, 2:47 p.m.