Description Usage Arguments Details Examples
Add access rights information to the metadata.
1 2 3 4 5 | add_rights(
rightsIdentifier = "CC-BY-NC-SA-4.0",
rightsURI = NULL,
format = "json"
)
|
rightsIdentifier |
An identifier of the applicable use right, defaults to
|
format |
Defaults to |
rigthsURI |
A URL to the definition of the rigth. Automatically created from
SPDX License List.
Defaults to |
In Dublin Core, Rights Management: A Cross-Domain Attribute Set
DataCite Metadata Schema Optional Properties, Rights: DataCite Metadata Schema v4.4 Recommended and Optional Properties
Usually you do not have to fill in rigthsURI
. We only use
standard rights definitions in SPDX License List.
1 | add_rights( 'CC-BY-NC-SA-4.0')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.