Description Usage Arguments Details Value Examples
The function "getFilteredRegex" identifies the regular expression pattern for a given input list. Additional filtering is applied to the result to remove non-alpha numeric characters and characters less than length three.
1 |
list |
a character vector |
This function requires the getPatternList
function.
The function "getFilteredRegex" returns a large character vector.
1 2 3 4 5 6 7 | ## Not run:
## create a list of filtered symbols
filtered_symbols <- getFilteredRegex(symbol_list)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.