Skip to contents

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