| rights | R Documentation |
Adds or retrieves the optional "rights" attribute of a dataset object.
This field contains information about intellectual property or usage rights.
rights(x)
rights(x, overwrite = FALSE) <- value
x |
A semantically rich data frame created with |
overwrite |
Logical. Should the existing value be replaced? If |
value |
A character string specifying the rights (e.g., |
The "rights" field corresponds to
dct:rights
from Dublin Core, and to rights in DataCite.
Rights information typically includes statements about legal ownership, licensing, or usage conditions. It helps ensure that users understand how a dataset may be reused, cited, or shared.
The "rights" attribute of the dataset as a character string (length 1).
When assigning, the updated object x is returned invisibly.
Other bibliographic helper functions:
contributor(),
creator(),
dataset_format(),
dataset_title(),
description(),
geolocation(),
get_bibentry(),
language,
publication_year(),
publisher(),
relation(),
subject()
rights(orange_df) <- "CC-BY-SA"
rights(orange_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.