extractwords: Pull Words From a List

Description Usage Arguments Value Author(s)

View source: R/extractwords.R

Description

Extract a list of matching words from another list of words

Usage

1
extractwords(words, patternfile, pattern.type=c('glob', 're'))

Arguments

words

the words against which patters are matched

patternfile

file containing the patters to match, one per line

pattern.type

marks whether the patterns are 'globs' or full regular expressions

Value

A list of matching words.

Author(s)

Will Lowe


austin documentation built on May 2, 2019, 5:48 p.m.