Filter the elements of an object according to some pre-specified criteria
filterBF(x, name, perl = FALSE, fixed = FALSE, ...)
Returns a filtered object
object
regular expression to search name
logical. Should perl-compatible regexps be used? See ?grepl for details.
logical. If TRUE, pattern is a string to be matched as is. See ?grepl for details.
arguments passed to and from related methods