Open gahoo opened 6 months ago
Since z only have two columns, traits should be a vector of two. So I think there should be a unique function in L70 :
z
traits
traits <- unique(c(coloclist[["dataset1"]][["id"]], coloclist[["dataset2"]][["id"]])) names(z) <- traits
Since
z
only have two columns,traits
should be a vector of two. So I think there should be a unique function in L70 :