How to LEFT JOIN on ANY of the matching clauses in R?
问题 could you please help me out with this: I have a dataframe ( df1 ) that has index of all articles published in the website's CMS. There's a column for current URL and a column of original URLs in case they were changed after publication (column name Origin ): URL Origin ArticleID Author Category Cost https://example.com/article1 https://example.com/article 001 AuthorName Politics 120 USD https://example.com/article2 https://example.com/article2 002 AuthorName Finance 68 USD Next I have an