Nothing
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.
Package details |
|
---|---|
Author | Andrew McNeil [aut, cre] |
Maintainer | Andrew McNeil <andrew.richard.mcneil@gmail.com> |
License | MIT + file LICENSE |
Version | 1.1.0 |
URL | https://github.com/armcn/maybe https://armcn.github.io/maybe/ |
Package repository | View on CRAN |
Installation |
Install the latest version of this package by entering the following in R:
|
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.