Dataset conversion wide to long
A huge dataset with more than 1000 variables need conversion from wide to long format. Is there any way to do it easily in R without making separate datasets and merging them later?
A huge dataset with more than 1000 variables need conversion from wide to long format. Is there any way to do it easily in R without making separate datasets and merging them later?