Description Usage Arguments Value Examples
Helper function: Cut string by pattern
1 | cutStringByPattern(pattern, endString = TRUE, txt)
|
pattern |
pattern to be searched for in string |
endString |
if TRUE the string after the search pattern is returned, if
FALSE from the beginning until the search pattern (only evaluated if pattern
|
txt |
string or vector of strings to be searched for in string |
Returns only partial string(s) depending on the cut pattern and until the end of each string
1 2 3 4 | ### Path to your vs2dh model directory
string = "A B C D"
pattern = "B "
cutStringByPattern(pattern=pattern, txt=string)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.