Description Usage Arguments Value Examples
A function to extract keys from the unique dictionary syntax, which goes key
::= val1 | val2 | etc..., and put it in its proper format. See the
complementary functions extractValue and the opposite function
buildEntry for other options.
1  | extractKey(inString, format = TRUE)
 | 
inString | 
 A string to be formatted.  | 
format | 
 If set to TRUE (default), then <> are added around the word for insertion into a story.  | 
This function returns the modified string.
1  | extractKey("rawr ::= a | b | c", format=TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.