我有一个哈希,其哈希结构如下:
哈希 -年(例如2007年至2019年) -需要删除重复数据的数据
ProductionByYearAndType <- hash()
for (type in types){
if (type.production =='BIBLIOGRAFICA'){
if(default[[type]]=="sim"){
if(type == 'incluir_artigo_em_periodico'){
periodics.by.year<-Execute(ids, data, conf.JSON, type.production , 'PERIODICO',levenshtein)
.set(ProductionByYearAndType, type, periodics.by.year)
}else if(type == 'incluir_trabalho_em_congresso')
}
}
}