match_braces: Returns dataframe with ordered locations of the matching...

View source: R/match_braces.R

match_bracesR Documentation

Returns dataframe with ordered locations of the matching braces.

Description

Returns dataframe with ordered locations of the matching braces.

Usage

match_braces(txt)

Arguments

txt

character vector of length one having 0 or more matching braces.

Examples

library(rmsutilityr)
match_braces("{123{456{78}9}10}")

rmsharp/rmsutilityr documentation built on Feb. 13, 2024, 6:01 p.m.