ingestSlot | R Documentation |
ingestSlot() is a convenience method that applies the ingest method to a specified slot of a model module.
ingestSlot method applied to Ready4Module
ingestSlot(x, slot_nm_1L_chr, ...)
## S4 method for signature 'Ready4Module'
ingestSlot(x, slot_nm_1L_chr, ...)
x |
An object of class Ready4Module |
slot_nm_1L_chr |
Slot name (a length one character vector) |
... |
Additional arguments |
A model module (an instance of a class that inherits from Ready4Module) of the same class as that supplied to the method.
A ready4 model module (an instance of a class that inherits from Ready4Module) of the same class as that supplied to the method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.