Description Usage Arguments Value
Universal function for extracting from strings
1 | .universalExtractor(characteristics, key_words, sep_split, sep_collapse)
|
characteristics |
Separable string (must be a string) |
key_words |
A list of key words to be searched for (and removed); each of the k list levels contains synonyms for the same category |
sep_split |
A character denoting splitting character |
A vector with:
characteristics (original string)
char_extract[1] - extract of key_word[[1]]
...
char_extract[k] - extract of key_word[[k]]
Extracts parts of a separable string which contains key_words (without the key_words) and the remainder after all the subtractions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.