I have the following two DFs, each with two columns (stringIDs, and counts). Data looks like:
I'd like to transform this to 1 DF, sorted A to Z, (with all stringIDs from both DFs, counts from DF1, counts from DF2). If the stringID does not exist, the corresponding count should be 0. Is there a package in R that will allow me to do this transformation?