R/operator.R

Defines functions `[.summarize`

### operator.R --- 
##----------------------------------------------------------------------
## Author: Brice Ozenne
## Created: nov  8 2023 (15:05) 
## Version: 
## Last-Updated: nov  8 2023 (15:05) 
##           By: Brice Ozenne
##     Update #: 2
##----------------------------------------------------------------------
## 
### Commentary: 
## 
### Change Log:
##----------------------------------------------------------------------
## 
### Code:

## * [.summarize
`[.summarize` <- function(x, i, j, ...){
  as.data.frame(x)[i,j,...]
}


##----------------------------------------------------------------------
### operator.R ends here

Try the LMMstar package in your browser

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

LMMstar documentation built on Nov. 9, 2023, 1:06 a.m.