styler (version 1.1.0)

identify_start_to_stop_of_roxygen_examples_from_text: Figure out where code examples start and stop

Description

Finds the sequence from start to stop of the lines in text that are code examples in roxygen comments.

Usage

identify_start_to_stop_of_roxygen_examples_from_text(text)

Arguments

text

A text consisting of code and/or roxygen comments.