true - ignore all input and return TRUE
false - ignore all input and return FALSE
nothing - ignore all input and do nothing
fail - throws an exception for any input
warn - calls a warning for any input
blank - takes no arguments and returns nothing
id - returns first argument unchanged, ignores others
execute - pass ... to FUN and return the results
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 
| ... | anything | 
| x | anything | 
| FUN | any function | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.