ss <- function(x, pattern, slot = 1, ...) { vapply(strsplit(x = x, split = pattern, ...), "[", character(1), slot) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.