find.nested.blocks: Find nested blocks in a text

Description Usage Arguments Details

View source: R/blocks.R

Description

Blocks must start and end with separate header and trailer lines, respectively e.g.

Usage

1
find.nested.blocks(txt, open = "#<", close = "#>")

Arguments

txt

a character vector

open

start of a block's header line, by default "#<"

close

start of a block's trailer line by default "#>".

Details

#< collapse ", "

#>


skranz/xglue documentation built on Dec. 23, 2021, 3:24 a.m.