declare {base} | R Documentation |
Declarations
Description
A framework for specifying information about R code for use by the interpreter, compiler, and code analysis tools.
Usage
declare(...)
Arguments
... |
declaration expressions. |
Details
A syntax for declaration expressions is still being developed.
Value
Evaluating a declare()
call ignores the arguments and returns
NULL
invisibly.
[Package base version 4.4.1 Index]