rmd_ast_append: Append or preprend nodes to an ast

View source: R/rmd_ast_append.R

rmd_ast_appendR Documentation

Append or preprend nodes to an ast

Description

Functions for adding nodes to the beginning or end of an ast.

Usage

rmd_ast_append(x, ...)

rmd_ast_prepend(x, ...)

Arguments

x

An object containing an rmd_ast of some kind, e.g. rmd_ast, rmd_tibble, or rmd_collection.

...

A collections of ast nodes to append or prepend.

Value

An object of the same class as x


parsermd documentation built on Aug. 21, 2025, 5:27 p.m.