R/hits.R

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 2, 2019, 5:48 p.m.