rights {dataset} | R Documentation |
Get/set the Rights of the object.
Description
Get/set the optional Rights
property as an attribute to an
R object.
Usage
rights(x)
rights(x, overwrite = FALSE) <- value
Arguments
x |
A semantically rich data frame object created by |
overwrite |
If the |
value |
The |
Details
Rights
corresponds to
dct:rights and
datacite
Rights. Information about rights held in and over the resource.
Typically, rights information includes a statement about various property
rights associated with the resource, including intellectual property rights.
Value
The Rights
attribute as a character of length 1 is added to x
.
See Also
Other Reference metadata functions:
description()
,
geolocation()
,
identifier()
,
language
,
publication_year()
,
publisher()
Examples
rights(orange_df) <- "CC-BY-SA"
rights(orange_df)