locales: list of localized titles. Default is NULL
Returns
TRUE if deleted, FALSE otherwise
Method addDate()
Adds date
Usage
ISOCitation$addDate(date)
Arguments
date: date
Returns
TRUE if added, FALSE otherwise
Method setEdition()
Set edition
Usage
ISOCitation$setEdition(edition, locales = NULL)
Arguments
edition: edition
locales: list of localized editions. Default is NULL
Method setEditionDate()
Sets the edition date, either an ISODate object containing date and dateType or a simple R date "POSIXct"/"POSIXt" object. For thesaurus citations, an ISODate should be used while for the general citation of ISODataIdentification, a simple R date should be used.
Usage
ISOCitation$setEditionDate(editionDate)
Arguments
editionDate: object of class Date or POSIXct
Method addIdentifier()
Adds identifier
Usage
ISOCitation$addIdentifier(identifier)
Arguments
identifier: identifier, object of class ISOMetaIdentifier
locales: list of localized identifiers. Default is NULL
Returns
TRUE if added, FALSE otherwise
Method delIdentifier()
Deletes identifier
Usage
ISOCitation$delIdentifier(identifier)
Arguments
identifier: identifier, object of class ISOMetaIdentifier
locales: list of localized identifiers. Default is NULL
Returns
TRUE if deleted, FALSE otherwise
Method addCitedResponsibleParty()
Adds cited responsible party
Usage
ISOCitation$addCitedResponsibleParty(rp)
Arguments
rp: cited responsible party, object of class ISOResponsibleParty (in ISO 19139) or ISOResponsibility (in ISO 19115-3)
locales: list of localized responsible parties. Default is NULL
Returns
TRUE if added, FALSE otherwise
Method delCitedResponsibleParty()
Deletes cited responsible party
Usage
ISOCitation$delCitedResponsibleParty(rp)
Arguments
rp: cited responsible party, object of class ISOResponsibleParty (in ISO 19139) or ISOResponsibility (in ISO 19115-3)
locales: list of localized responsible parties. Default is NULL
Returns
TRUE if deleted, FALSE otherwise
Method addPresentationForm()
Adds presentation form
Usage
ISOCitation$addPresentationForm(presentationForm)
Arguments
presentationForm: presentation form, object of class ISOPresentationForm or character among values returned by ISOPresentationForm$values()
Returns
TRUE if added, FALSE otherwise
Method delPresentationForm()
Deletes presentation form
Usage
ISOCitation$delPresentationForm(presentationForm)
Arguments
presentationForm: presentation form, object of class ISOPresentationForm or character among values returned by ISOPresentationForm$values()