View source: R/item_update_identifier.R
item_update_identifier | R Documentation |
Adds or updates an item's alternative identifier. This can add
additional identifiers or update those already in place. See
query_item_identifier
for finding items based on alternative
identifier.
item_update_identifier(sb_id, scheme, type, key, ...)
sb_id |
An |
scheme |
The identifier scheme |
type |
The identifier type |
key |
The identifier key |
... |
Additional parameters are passed on to |
## Not run:
initialize_sciencebase_session()
item_update_identifier("5485fd99e4b02acb4f0c7e81", "scheme", "type", "key")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.