R: Declarations (original) (raw)

declare {base} R Documentation

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 returnsNULL invisibly.


[Package _base_ version 4.6.0 Index]