searchSuffixTree | R Documentation |
Search for a query string within a suffix tree with or without wildcard characters.
searchSuffixTree(tree, query, wildcard = NULL)
tree |
the suffix tree |
query |
the query string |
wildcard |
A wildcard character that will match anything or NULL to disable. Default: NULL |
An integer vector indicating the start positions of any matches
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.