Description Usage Arguments Details Value Author(s) References Examples
View source: R/listToCharacterVector.R
Takes a list and returns a character vector by (separately) concatenating the vectors in the list.
1 | listToCharacterVector(lst,sep=' /// ')
|
lst |
list object |
sep |
character string specifying the separator to concatenate each elements of vectors in the list |
The output vector has same length as the input list.
v |
vector of length 'length(lst)' where the 'i'-th element contains the concatenation of the 'i'-th element of 'lst'. |
Alexandre Kuhn
Kuhn et al. Cross-species and cross-platform gene expression studies with the Bioconductor-compliant R package 'annotationTools'. BMC Bioinformatics, 9:26 (2008)
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.