R summarise with optional columns
I create a lot of columns via summarize and delete columns that I don’t need in a second step. Another option would be to create each column separately and then join them using join, which is probably not faster.
I create a lot of columns via summarize and delete columns that I don’t need in a second step. Another option would be to create each column separately and then join them using join, which is probably not faster.