Description Usage Arguments Examples
This function mimics MySQL's substring_index() function.
1 | substring_index(string, delimiter, number)
|
number |
1 | mtcars %>% rownames_to_column() %>% as_tibble() %>% mutate(ck = substring_index(rowname, ' ', 1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.