powered by
This is a simple utility function to convert a vector of chars such as c("m", "e", "r", "g", "e", "d") into a single string such as "merged".
c2s(chars = c("m", "e", "r", "g", "e", "d"))
a vector of chars
a string
citation("seqinr")
s2c
# NOT RUN { c2s( c("m","e","r","g","e","d") ) # }
Run the code above in your browser using DataLab