R/utils.R

Defines functions `%c%`

`%c%` <- function(f1, f2) {
  function(...) {
    f1(f2(...))
  }
}

Try the ricci package in your browser

Any scripts or data that you put into this service are public.

ricci documentation built on Sept. 9, 2025, 5:56 p.m.