finalise | R Documentation |
Finalise Code Run and push associated metadata to the local registry.
finalise(handle, delete_if_empty = FALSE, delete_if_duplicate = FALSE)
handle |
an object of class |
delete_if_empty |
(optional) default is |
delete_if_duplicate |
(optional) default is |
If a Code Run does not read an input, write an output, or attach an issue,
then delete the Code Run entry when delete_if_empty
is set to TRUE
.
If a data product has the same hash as a previous version, remove it from
the registry when delete_if_duplicate
is set to TRUE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.