Relative Content

Tag Archive for rconditional-statementssummarize

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.