I tried using the paste command, but does it return the same vector?
x = c("a","b","c") y = paste(x) y [1] "a" "b" "c" length(y) [1] 3
I need one character "abc"
Parameters collapse=""are your friend:
collapse=""
> x <- c("a", "b", "c") > paste(x, collapse="") [1] "abc" >
[There is still no tag rstats. ]
rstats
Source: https://habr.com/ru/post/1754515/More articles:Hand parser poker ... how to write a grammar? - parsingAny possible way to use the Tokyo office in Eclipse? - tokyo-cabinetКак разбудить ПК с PHP скрипт? - phpDate labels overlap when placing multiple ggplot graphs on one page - rExcel Decimal Table Format in C # DateTime - c #another question with urlmapping grails - grailsHow to actively change the label string in visualworks smalltalk - smalltalkSolution cubes to find the nearest point on the curve to the point - collisionIs there a way to programmatically remove all blank pages from a PDF file? - pdfJAVASCRIPT - dateobj.getTime for UID - length is not fixed? - javascriptAll Articles