powered by
ISOMaintenanceInformation
Object of R6Class for modelling an ISO MaintenanceInformation
R6Class
R6Class object.
maintenanceAndUpdateFrequency
new(xml)
This method is used to instantiate an ISOMaintenanceInformation
setMaintenanceFrequency(frequency)
Sets the maintenance and update frequency
ISO 19115:2003 - Geographic information -- Metadata
# NOT RUN { md <- ISOMaintenanceInformation$new() md$setMaintenanceFrequency("daily") xml <- md$encode() # }
Run the code above in your browser using DataLab