I have a df that looks like the on the left. I would like to put all rows inputs into one row,and still keep old rows. How should I do this?
df<-structure(list(c1 = c("Student Enrollment", "750"), c2 = c("Faculty Number",
"21"), c3 = c("Graduated", "65")), row.names = c(NA, -2L), class = c("tbl_df",
"tbl", "data.frame"))
