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'))
}

Try the sos package in your browser

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

sos documentation built on May 31, 2023, 7:46 p.m.