assignDefault | R Documentation |
Extracts the default list from the respective slot
and assigns the content of the list's slot to the environment of
the calling function if the argument input was NULL
.
assignDefault(object, default_slot = "default")
object |
The S4 object that has a slot @default which is a named list. |
default_slot |
Character value. The name of the slot that contains the default list. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.