R/forget.R

Defines functions forget

Documented in forget

forget <- function(f) {
  r <- function(x) {
    f(x, identity)
  }
  return(r)
}
matteoprovenzano/kriens-r documentation built on May 21, 2019, 12:59 p.m.