parse_text {spelling} | R Documentation |
Parse text from various formats and return a data frame with text lines and position in the source document.
parse_text_md(path, extensions = TRUE, yaml_fields = c("title", "subtitle", "description"))
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. |