R/take.R

Defines functions `%#%`

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