R/flist.match.R

"flist.match" <-
  function (pattern = NULL)
{
  flist = flist.data()

  if (!is.null(pattern))
  {
    incvec = grepl(pattern, flist)
    flist = flist[incvec]
  }

  return(flist)
}

Try the bio.infer package in your browser

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

bio.infer documentation built on Sept. 2, 2020, 5:08 p.m.