ld_make_chunks: Write a listdown Object to a String

View source: R/chunk-writer.r

ld_make_chunksR Documentation

Write a listdown Object to a String

Description

After a presentation list and listdown object have been constructed the chunks can be rendered to a string, which can be appended to a file, with appropriate headers, resulting in a compilable R Markdown document.

Usage

ld_make_chunks(ld, rmd_dir)

Arguments

ld

the listdown object that provides information on how a presentation object should be displayed in the output.

rmd_dir

the R Markdown directory.

Value

The string containing the R Markdown content.

See Also

listdown


listdown documentation built on April 3, 2023, 5:42 p.m.