pick | R Documentation |
Pick Field
pick(x, f = 1, exct = "\\|")
x |
character. |
f |
numeric. target field. Default |
exct |
pattern. Default |
A character vector.
char = c('Hello, miku!', 'Love? Love!') pick(char, 2, ' ')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.