registerInputProcessor | R Documentation |
registerInputProcessor()
registers an input processor which will be used by
the test recorder. The input processor function should take one parameter,
value
, and return a string of R code which returns the desired value.
getInputProcessors()
returns a named list of all registered input processor
functions.
registerInputProcessor(inputType, processor)
getInputProcessors()
inputType |
The name of an input type, for example,
|
processor |
An input processor function. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.