powered by
CSWRecordProperty
Object of R6Class for modelling an CSW RecordProperty
R6Class
R6Class object.
new(name, value)
This method is used to instantiate an CSWRecordProperty object.
# NOT RUN { rp <- CSWRecordProperty$new(name = "NAME", value = "VALUE") rp_xml <- rp$encode() #see how it looks in XML # }
Run the code above in your browser using DataLab