Convert R vector to string vector of 1 element [duplicate] February 3, 2023 by Tarik Use the collapse argument to paste: paste(a,collapse=" ") [1] "aa bb cc"