library(tidyverse)
Assume we have this matrix. I want the quantiles for each row.
m <- matrix(1:12, nrow=4) [,1] [,2] [,3] [