ld_make_chunks {listdown} | R 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
[Package listdown version 0.5.7 Index]