Description Usage Arguments Value Author(s) See Also Examples
Read a configuration file
1 | pasteSorted(a, b, sep="/")
|
a |
vector 1 |
b |
vector 2 |
sep |
a character string to separate the terms. |
A character vector of the concatenated values, sorted pairwise.
Stephanie Gogarten
1 2 3 | a <- c("A","C","G","T")
b <- c("C","A","T","G")
pasteSorted(a,b)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.