find_closing {r6methods} | R Documentation |
Find Closing
Description
Find position of closing character to first encountered opening character
Usage
find_closing(text, opening = "\\(", closing = "\\)")
Arguments
text |
Character, text to search |
opening |
Opening character |
closing |
Closing character |
Value
Integer, position of closing character
[Package r6methods version 0.1.0 Index]