accept.RegExprFileFilter: Tests if the given pathname is accepted by the regular...

Description Usage Arguments Value Author(s) See Also

Description

Tests if the given pathname is accepted by the regular expression or not.

Usage

1
2
## S3 method for class 'RegExprFileFilter'
accept(this, pathname, ...)

Arguments

pathname

The pathname to be filtered. If an object of class File, the pathname returned by getAbsolutePath(file) will be used, otherwise as.character(file) will be used.

Value

Returns TRUE if the given pathname is accepted, otherwise FALSE.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see RegExprFileFilter..


HenrikBengtsson/R.io documentation built on May 6, 2019, 11:54 p.m.