Description Usage Arguments Value
View source: R/stringterpolate.R
Given positions of opening and closing braces match_brace
identifies
the closing brace matching the first opening brace.
1 | match_brace(opening, closing)
|
opening |
integer: Vector with positions of opening braces. |
closing |
integer: Vector with positions of closing braces. |
Integer with the posision of the matching brace.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.