View source: R/split_at_brace_pairs.R
split_at_brace_pairs | R Documentation |
Split strings at -pairs.
split_at_brace_pairs(s, open_symbol = "{", close_symbol = "}")
s |
string or list of strings to split. |
open_symbol |
symbol to start marking. |
close_symbol |
symbol to end marking. |
array or list of split strings.
split_at_brace_pairs("{x} + y + {z}")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.