Datacite constructor
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | datacite_new(
dataset_code,
Identifier = NA_character_,
Creator,
Title,
Publisher = NA_character_,
PublicationYear = NA_real_,
ResourceType = "Dataset",
Subject,
Contributor = NA_character_,
Date = add_dates(),
Language = "eng",
AlternateIdentifier = NA_character_,
RelatedIdentifier = NA_character_,
Size = NA_character_,
Format = NA_character_,
Version = NA_character_,
Rights = add_rights(),
Description = NA_character_,
GeoLocation = NA_character_,
FundingReference = NA_character_,
RelatedItem = NA_character_
)
|
dataset_code |
A short, unique, programatically usable, memorizable dataset ID, given by an observatory curator. |
Identifier |
Identifiers created by |
Creator |
Creator field created by |
Title |
The title of the dataset. |
Publisher |
The publisher of the dataset. |
PublicationYear |
The publication year given as a four-digit number. |
ResourceType |
The type of the resource, defaults to |
Subject |
The subject |
Contributor |
The Contributor field created by |
Date |
The Date filed created by |
Language |
Defaults to |
AlternateIdentifier |
Defaults to NA_character_. It should have type subproperty. |
RelatedIdentifier |
Defaults to NA_character_. Related identifier should have type and relation type sub-properties. |
Size |
The size of the dataset, as measured in CSV format in bytes. |
Format |
The format(s) of the dataset. |
Version |
The version of the dataset. |
Rights |
The rights related to the datset, created by |
Description |
The description of the dataset. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.