Package index
-
parse_rmd()
parse_qmd()
- Parse an R Markdown or Quarto document
-
as_ast()
- Convert an object into an
rmd_ast
.
-
as_document()
- Convert an
rmd_ast
,rmd_tibble
, or any ast node into text.
-
render()
- Render
parsermd
objects
-
rmd_source()
- Source the code chunks of an Rmd document
-
parse_qmd_collection()
parse_rmd_collection()
experimental - Parse a collection of R Markdown or Quarto document
-
rmd_ast_append()
rmd_ast_prepend()
- Append or preprend nodes to an ast
-
rmd_select()
- Select nodes of an Rmd ast
-
has_type()
by_section()
has_label()
has_code()
has_option()
- Rmd selection helper functions
-
rmd_node_label()
rmd_node_type()
rmd_node_length()
rmd_node_content()
rmd_node_attr()
rmd_node_engine()
rmd_node_options()
rmd_node_code()
- rmd node utility functions
-
rmd_node_sections()
- Find the sections for each rmd object node
-
rmd_set_options()
rmd_get_options()
- Get and set code chunk options
-
rmd_template()
- Create a template from an
rmd
object.
-
rmd_check_template()
- Check an Rmd against a template
-
rmd_subset()
deprecated - Subset the nodes of an rmd object
-
rmd_get_node()
rmd_get_chunk()
rmd_get_markdown()
rmd_has_node()
rmd_has_chunk()
rmd_has_markdown()
deprecated - rmd_subset utility functions