Learn R Programming

optional (version 2.0.1)

none: None

Description

Indicates an invalid variable. Might be returned by an optional function (see ?make_opt())

Usage

none

Arguments

Format

An object of class optional of length 1.

See Also

option(), opt_unwrap()

Examples

Run this code
# NOT RUN {
a <- none
a
## [1] None
# }

Run the code above in your browser using DataLab