Code
r_process_options(func = function() { }, foo = "bar")
Condition
Error:
! Unknown optioncharacter(0):'foo'
Code
r_process_options(func = function() { }, foo = "bar", bar = "foo")
Condition
Error:
! Unknown options:'foo' and 'bar'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.