transfer_slot_content | R Documentation |
Transfers slot content from one S4 object (donor) to a newer version (recepient).
transfer_slot_content(
donor,
recipient = NULL,
skip = character(0),
verbose = TRUE
)
donor |
Old S4 object. |
recipient |
Empty and new S4 object. |
skip |
Slot names whose content is not transferred. |
Updated S4 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.