Pivot data from wide to long — pivot_longer
pivot_longer() "lengthens" data, increasing the number of rows and decreasing the number of columns. The inverse transformation is pivot_wider() Learn more in vignette("pivot").