11.2 Existing function operators

Two function operator examples are purrr:safely() and memoise::memoise(). These can be found in purr and memoise:

library(purrr)
library(memoise)