About Anaconda Help Download Anaconda

r / packages / r-maybe 1.1.0

The maybe type represents the possibility of some value or nothing. It is often used instead of throwing an error or returning `NULL`. The advantage of using a maybe type over `NULL` is that it is both composable and requires the developer to explicitly acknowledge the potential absence of a value, helping to avoid the existence of unexpected behaviour.

Installers

  • noarch v1.1.0

conda install

To install this package run one of the following:
conda install r::r-maybe

Description


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy