Description Usage Arguments See Also Examples
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 ...
1 2 | .NotYetImplemented()
.NotYetUsed(arg, error = TRUE)
|
arg |
an argument of a function that is not yet used. |
error |
a logical. If |
the contrary, Deprecated
and
Defunct
for outdated code.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.