Description Usage Arguments Value Examples
A function to extract values from the unique dictionary syntax, which goes
key ::= val1 | val2 | etc..., and put it in its proper format, which is
individual members of a vector. See the complementary functions
extractKey and the opposite function buildEntry
for other options.
1  | extractValue(inString, format = TRUE)
 | 
inString | 
 A string to be formatted.  | 
format | 
 If set to TRUE (default), then the string is split into individual members by | before being returned.  | 
This function returns the modified string.
1  | extractValue("rawr ::= a | b | c", format=TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.