moveToFront | R Documentation |
Move elements to the start of a vector
moveToFront(x, elements)
x |
vector |
elements |
elements out of |
vector with elements
coming first
moveToFront(1:10, 5)
moveToFront(c("a", "b", "c", "x", "y", "d"), c("x", "y"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.