datacite_new: Datacite constructor

Description Usage Arguments

Description

Datacite constructor

Usage

 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_
)

Arguments

dataset_code

A short, unique, programatically usable, memorizable dataset ID, given by an observatory curator.

Identifier

Identifiers created by add_identifiers

Creator

Creator field created by add_creators.

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 "Dataset".

Subject

The subject

Contributor

The Contributor field created by add_contributors.

Date

The Date filed created by add_dates.

Language

Defaults to 'eng'.

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 add_rights.

Description

The description of the dataset.


dataobservatory-eu/dataobservatory documentation built on Jan. 7, 2022, 8:55 p.m.