copy_annotations | R Documentation |
Copy annotations (all or selectively) from a source entity to one or more target entities. If same annotation keys already exist on target entities, the copy will replace the current values.
copy_annotations(
entity_from,
entity_to,
select = NULL,
update = FALSE,
as_list = TRUE
)
entity_from |
Syn id from which to copy. |
entity_to |
One or more syn ids to copy annotations to. |
select |
Vector of properties to selectively copy if present on the entity. If not specified, will copy over everything, which may not be desirable. |
update |
Whether to immediately update or return annotation objects only. |
as_list |
Only used when |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.