View source: R/dataset_title.R
dataset_title | R Documentation |
Get or reset the dataset's main title.
dataset_title(x)
dataset_title(x, overwrite = FALSE) <- value
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. |
In the DataCite definition, several titles can be used; it is not yet implemented.
A string with the dataset's title; set_dataset_title
returns
a dataset object with the changed (main) title.
Other Bibliographic reference functions:
creator()
dataset_title(iris_dataset)
dataset_title(iris_dataset, overwrite = TRUE) <-"The Famous Iris Dataset"
dataset_title(iris_dataset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.