dataset_title {dataset} | R Documentation |
Get/set the title of a dataset
Description
Get or reset the dataset's main title.
Usage
dataset_title(x)
dataset_title(x, overwrite = FALSE) <- value
Arguments
x |
A dataset object created with |
overwrite |
If the attributes should be overwritten. In case it is set
to |
value |
The name(s) or title(s) by which a resource is known. See: dct:title. |
Details
In the DataCite definition, several titles can be used; it is not yet implemented.
Value
A string with the dataset's title; set_dataset_title
returns
a dataset object with the changed (main) title.
See Also
Other Bibliographic reference functions:
creator()
Examples
dataset_title(orange_df)
dataset_title(orange_df, overwrite = TRUE) <- "The Growth of Orange Trees"
dataset_title(orange_df)
[Package dataset version 0.3.9 Index]