We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6613348 commit a4fef08Copy full SHA for a4fef08
1 file changed
inst/metadata/entity/entity_handler_ogc_csw.R
@@ -57,6 +57,7 @@ handle_entities_csw <- function(handler, source, config, handle = TRUE){
57
}
58
59
contact$setRole(rp$role$attrs$codeListValue)
60
+ contact$setIdentifier(key = "digest", digest::digest(contact))
61
return(contact$clone(deep = TRUE))
62
63
0 commit comments