add_identifiers: Add identifiders

Description Usage Arguments Details Value

Description

Add a unique string that identifies a resource.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
add_identifiers(
  id = NULL,
  dataset_code = NULL,
  URI = NULL,
  DOI = NULL,
  Version = NULL,
  idAtSource = NULL,
  Other = NULL,
  identifiers = NULL,
  format = "json"
)

Arguments

id

An identifier string.

dataset_code

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

URI

A Uniform Resource Identifier (URI) is a unique sequence of characters that identifies a logical or physical resource used by web technologies. URIs may be used to identify anything, including real-world objects, such as people and places, concepts, or information resources such as web pages and books.

DOI

This is the only controlled item in DataCite.

Version

A resource version, for example, for an R package.

idAtSource

The id used in a source document.

Other

Other identifier.

identifiers

A list of identifiers that were set earlier. If not the default NULL value, the function adds identifiers to this pre-exsisting list of identifiers.

format

Defaults to 'json', in which case a JSON-formatted single character string is returned. The alternative is 'list'.

Details

The Identifier is a unique string that identifies a resource. For software, determine whether the identifier is for a specific version of a piece of software, or for all versions

In Dublin Core, Resource Identifier: A Cross-Domain Attribute Set

DataCite Metadata Schema Mandatory Properties, Identifer: DataCite Metadata Schema v4.4 Mandatory Properties 1 Identifier

Value

A list, a json text of identifier(s).


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