Learn R Programming

atom4R (version 0.3-4)

AtomContributor: Atom Contributorr class

Description

This class models an Atom Contributor

Arguments

Value

Object of R6Class for modelling an Atom Contributor

Format

R6Class object.

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

atom4R::atom4RLogger -> atom4R::AtomAbstractObject -> atom4R::AtomPerson -> AtomContributor

Methods

Inherited methods


Method new()

Initializes an AtomContributor

Usage

AtomContributor$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

AtomContributor$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Details

AtomContributor

Examples

Run this code
if (FALSE) {
  contrib <- AtomContributor$new(name = "John Doe", email = "john.doe@atom4R.com")
}

Run the code above in your browser using DataLab