DCIssued {atom4R}R Documentation

DCIssued

Description

This class models an DublinCore 'issued' element

Format

R6Class object.

Value

Object of R6Class for modelling an Dublin Core Terms 'issued' element

Super classes

atom4R::atom4RLogger -> atom4R::AtomAbstractObject -> atom4R::DCElement -> atom4R::DCDate -> DCIssued

Methods

Public methods

Inherited methods

Method new()

Initializes an object of class DCIssued

Usage
DCIssued$new(xml = NULL, value = NULL)
Arguments
xml

object of class XMLInternalNode-class from XML

value

value


Method clone()

The objects of this class are cloneable with this method.

Usage
DCIssued$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

References

Dublin Core Metadata Initiative. https://www.dublincore.org/specifications/dublin-core/dcmi-terms/terms/issued


[Package atom4R version 0.3-3 Index]