.addParm | R Documentation |
Append a <key,value> pair to a list.
.addParm(parms, k, v)
parms |
a list to add the <k,v> pair to |
k |
a key, typically the name of some algorithm parameter |
v |
a value, the value of the algorithm parameter |
Contained here are a set of helper methods that perform type checking on the value passed in.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.