Skip to contents

This internal function reads the contents of a text file located in the `inst/descriptions` directory of the package and splits it into individual sections based on a specified delimiter.

Usage

read_section_texts(filename)

Arguments

filename

A character string specifying the name of the file containing the section texts. The file should be located in the `inst/descriptions` directory of the package.

Value

A character vector where each element is a section of the text split by the delimiter `|`.