is_just: Check if an object is a 'Just' value

View source: R/maybe.R

is_justR Documentation

Check if an object is a 'Just' value

Description

Check if an object is a 'Just' value

Usage

is_just(a)

Arguments

a

Object to check

Value

TRUE or FALSE

Examples

is_just(1)
is_just(just(1))
is_just(nothing())

armcn/maybe documentation built on Aug. 23, 2023, 8:55 p.m.