| AtomAuthor | R Documentation |
This class models an Atom Author
R6Class object.
AtomAuthor
Object of R6Class for modelling an Atom Author
atom4R::atom4RLogger -> atom4R::AtomAbstractObject -> atom4R::AtomPerson -> AtomAuthor
atom4R::atom4RLogger$ERROR()atom4R::atom4RLogger$INFO()atom4R::atom4RLogger$WARN()atom4R::atom4RLogger$logger()atom4R::AtomAbstractObject$addListElement()atom4R::AtomAbstractObject$contains()atom4R::AtomAbstractObject$createElement()atom4R::AtomAbstractObject$decode()atom4R::AtomAbstractObject$delListElement()atom4R::AtomAbstractObject$encode()atom4R::AtomAbstractObject$getClass()atom4R::AtomAbstractObject$getClassName()atom4R::AtomAbstractObject$getNamespace()atom4R::AtomAbstractObject$getNamespaceDefinition()atom4R::AtomAbstractObject$getRootElement()atom4R::AtomAbstractObject$getXmlElement()atom4R::AtomAbstractObject$isDocument()atom4R::AtomAbstractObject$isFieldInheritedFrom()atom4R::AtomAbstractObject$print()atom4R::AtomAbstractObject$save()atom4R::AtomAbstractObject$setIsDocument()atom4R::AtomAbstractObject$validate()atom4R::AtomPerson$setEmail()atom4R::AtomPerson$setName()atom4R::AtomPerson$setUri()new()Initializes an AtomAuthor
AtomAuthor$new(xml = NULL, name = NULL, uri = NULL, email = NULL)
xmlobject of class XMLInternalNode-class from XML
namename
uriuri
emailclone()The objects of this class are cloneable with this method.
AtomAuthor$clone(deep = FALSE)
deepWhether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
## Not run:
author <- AtomAuthor$new(name = "John Doe", email = "john.doe@atom4R.com")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.