add_description: Add description

Description Usage Arguments Details Examples

Description

All additional information that does not fit in any of the other categories. May be used for technical information.

Usage

1
2
3
4
5
6
7
8
9
add_description(
  Abstract,
  Methods = NULL,
  SeriesInformation = NULL,
  TableOfContents = NULL,
  TechnicalInfo = NULL,
  Other = NULL,
  format = "json"
)

Arguments

Abstract

A brief description of the resource and the context in which the resource was created. Recommended for discovery.
Use <br> to indicate a line break for improved rendering of multiple paragraphs, but otherwise no html markup.

Methods

The methodology employed for the study or research. Recommended for discovery.

SeriesInformation

Information about a repeating series, such as volume, issue, number.

TechnicalInfo

Detailed information that may be associated with design, implementation, operation, use, and/or maintenance of a process or system. Defaults to adding add_sessioninfo.

Other

Other description information that does not fit into an existing category.

TableofContents

A listing of the Table of Contents. Use <br> to indicate a line break for improved rendering of multiple paragraphs, but otherwise no html markup.

Details

See DataCite Metadata Schema v4.4 Recommended and Optional Properties 14 Description

Examples

1
add_description ("My Description")

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