View source: R/undo_interleave.R
| undo_interleave | R Documentation | 
If two lists have been interleaved this function will return the lists separated and then concatenated
undo_interleave(x)
| x | a list to be un-interleaved | 
a list comprising the interleaved components of x joined into
one list
l <- c("A", "D", "B", "E", "C", "F")
undo_interleave(l)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.