Closed aurielfournier closed 6 years ago
Hmmm...can't think of why that was like that. I can think there are reasons why one might to combine different datasets PRIOR do disambiguating names (e.g., papers might be duplicated in different datasets, more efficient disambiguation) but not after. I think your deletion of the duplicated ones is the way to go.
OK great thank you! I just wanted to check and make sure I was following things.
I'm working through UsingRefnet.R (now .Rmd) and on line 199 in the .Rmd file is this chunk
Originally the entire thing was uncommented, and it did not run, because the arguments are each called twice.
But when I comment out the second instance of each it works just fine.
I'm struggling to understand if there is a purposes in trying to rewrite the function so it can actually merge together all four datasets, or if its only suppose to do the two.
Can you provide some guidance?