View source: R/val_seperator.R
val_seperator | R Documentation |
Function to separate values at the nth position
val_seperator(v, n = 3)
v |
A numeric vector. |
n |
A numeric vector indicating the position to separate. |
Andreas Scharmueller, andschar@proton.me
v = 21032262
val_seperator(v)
val_seperator(v, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.