R/reduction.R

Defines functions .reduction

.reduction <- function(LHS, RHS, attributes) {

  RHS <- .difference2(RHS, LHS)

  return(list(lhs = LHS,
              rhs = RHS))

}

Try the fcaR package in your browser

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

fcaR documentation built on April 28, 2023, 1:11 a.m.