Joining tables
I have to join two tables using jsl. The first table looks like this: However, the second table can either be like this: In this table, Pred Form Molecule 1 (%)(2) is the same as Molecule 1(%) and the numbers in the value column are repeated. How can I specify the join to only consider one of those values? The second table to join can look like this: In this case, how can I specify in the join t...