哈希结构中的重复数据删除

时间:2019-05-31 14:45:00

标签: r hash duplicates

我有一个哈希,其哈希结构如下:

哈希  -年(例如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')
  }
 }
}

0 个答案:

没有答案