notyet: Not Yet Implemented Functions and Unused Arguments

Description Usage Arguments See Also Examples

Description

In order to pinpoint missing functionality, the R core team uses these functions for missing R functions and not yet used arguments of existing R functions (which are typically there for compatibility purposes).

You are very welcome to contribute your code ...

Usage

1
2

Arguments

arg

an argument of a function that is not yet used.

error

a logical. If TRUE, an error is signalled; if FALSE; only a warning is given.

See Also

the contrary, Deprecated and Defunct for outdated code.

Examples

1
2
require(graphics)
barplot(1:5, inside = TRUE) # 'inside' is not yet used

robertzk/monadicbase documentation built on May 27, 2019, 10:35 a.m.