rmd_subset_util: rmd_subset utility functions

Description Usage Arguments Value

Description

[Deprecated]

Tools for selecting or checking a single node using rmd_subset() selection.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
rmd_get_node(x, sec_refs = NULL, type_refs = NULL, name_refs = NULL, ...)

rmd_get_chunk(x, sec_refs = NULL, name_refs = NULL)

rmd_get_markdown(x, sec_refs = NULL)

rmd_has_node(x, sec_refs = NULL, type_refs = NULL, name_refs = NULL, ...)

rmd_has_chunk(x, sec_refs = NULL, name_refs = NULL, ...)

rmd_has_markdown(x, sec_refs = NULL, ...)

Arguments

x

rmd object, e.g. rmd_ast or rmd_tibble.

sec_refs

Section references, TODO - add details.

type_refs

Node type references, TODO - add details.

name_refs

Name references, TODO - add details.

...

Unused, for extensibility.

Value


parsermd documentation built on May 20, 2021, 5:08 p.m.