filter_justs: Filter and unwrap a list of 'Just' values

View source: R/maybe.R

filter_justsR Documentation

Filter and unwrap a list of 'Just' values

Description

Filter and unwrap a list of 'Just' values

Usage

filter_justs(.l)

Arguments

.l

List of maybe values

Value

A list of values

Examples

filter_justs(list(just(1), nothing(), just("a")))

maybe documentation built on Aug. 7, 2023, 5:11 p.m.