parse_text {spelling}R Documentation

Text Parsers

Description

Parse text from various formats and return a data frame with text lines and position in the source document.

Usage

parse_text_md(path, extensions = TRUE, yaml_fields = c("title",
  "subtitle", "description"))

Arguments

path

markdown file

extensions

render markdown extensions? Passed to commonmark

yaml_fields

character vector indicating which fields of the yaml front matter should be spell checked.


[Package spelling version 2.1 Index]