Description Usage Arguments Value Examples
setPatternRange
returns a data frame with the list of
restriced patterns.
1 | setPatternRange(pl, colname = "symbols")
|
pl |
A list of patterns |
colname |
The name of the column containing the symbols |
a dataframe with patterns converted to restrict format. The restricted option combines the number of patterns using the min and max number of occurrencens. For example: [a-zA-Z]2-3
1 2 3 | ## getting patterns with ranges
patternRanges <- getPatternsRange(patternsList)
patternRanges[1,]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.