As indicated in the [tidyr documentation](https://tidyr.tidyverse.org/reference/gather.html) gather() is an outdated function, hence the more robust [pivot_longer()](https://tidyr.tidyverse.org/reference/pivot_longer.html) should be used
As indicated in the tidyr documentation gather() is an outdated function, hence the more robust pivot_longer() should be used