I would like to transform this data so that a new column is made with a new header and the row names as listed under this new column. I am trying to use tribble function but unsure what to begin the code with before as_tribble(X). Looking online I see that I would need as_tribble(df, rownames = "name"), but it gives an error?