Posts by fvall • 64 points
1 post
- 
		4 votes2 answers60 viewsA: Add multiple selects in a single datasetThe problem is not the unit of each column, but rather that each unit requires a different column. The way is to map each unit to the required column and then join it all together. library(dplyr)…