new_updateFunction | R Documentation |
A constructor function for updateFunction objects
new_updateFunction(f, deps)
f |
The function itself. |
deps |
The dependencies of the function. Either a vector of single field names, or a single foreign field specified using an address, e.g. 'chunkDF/refexpr/word' refers to the word field of the refexpr layer of chunkDF. |
An updateFunction object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.