AtomAuthor {atom4R}R Documentation

Atom Author class

Description

This class models an Atom Author

Format

R6Class object.

Details

AtomAuthor

Value

Object of R6Class for modelling an Atom Author

Super classes

atom4R::atom4RLogger -> atom4R::AtomAbstractObject -> atom4R::AtomPerson -> AtomAuthor

Methods

Public methods

Inherited methods

Method new()

Initializes an AtomAuthor

Usage
AtomAuthor$new(xml = NULL, name = NULL, uri = NULL, email = NULL)
Arguments
xml

object of class XMLInternalNode-class from XML

name

name

uri

uri

email

email


Method clone()

The objects of this class are cloneable with this method.

Usage
AtomAuthor$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Examples

## Not run: 
  author <- AtomAuthor$new(name = "John Doe", email = "john.doe@atom4R.com")

## End(Not run)


[Package atom4R version 0.3-3 Index]