Learn R Programming

sketch (version 1.1.20.3)

let-declare-const: Empty functions

Description

These functions do nothing. It is created to ensure the keywords `let` and `declare` are defined.

Usage

let(...)

declare(...)

const(...)

Arguments

...

Any arguments

Examples

Run this code
let (x)
let (x = 1, y = 2)
declare (x1, x2, x3)

Run the code above in your browser using DataLab