c2s | R Documentation |
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"))
chars |
a vector of chars |
a string
J.R. Lobry
citation("seqinr")
s2c
c2s( c("m","e","r","g","e","d") )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.