R/xbar.R

Defines functions `%xbar%`

`%xbar%`  <- function(x, y) {
  x * y %/% x
}
HikaGenji/fql documentation built on April 12, 2021, 8:36 a.m.