R/hits.R

Defines functions hits matches

Documented in hits matches

matches <- function(x){
  list(nrow=nrow(x), matches=attr(x, 'matches'))
}
hits <- function(x){
  list(nrow=nrow(x), matches=attr(x, 'matches'))
}
sbgraves237/sos documentation built on July 2, 2024, 4:34 p.m.