How to rowsum dataframe avoid error message and in a smart way
There is dataframe ori_df , how to rowsum it avoid error message or in a smart way ? refer below seqarately question 1 question 2
Using across function in R
I have a database similar to this one:
Compare variable pairs across dataframe in R
I would like to compare variable pairs across the entire data frame and create a flag variable that shows if they have the same value or not. Within my real dataset I have hundreds of these variable pairs.