I want to unite the texts of columns in one string , I am trying like this but not working for me
df <- data.frame(A1 = c("class","type","class","type","class","class","class","class","class"),
B1 = c("b2","b3","b3","b1","b3","b3","b3","b2","b1"),
C1 = c(22,56,43,56,1,5,7,8,NA),
C1T=c(NA, "Part of other business", NA, NA, NA, NA, "temprorary", NA, NA))