ld_write_file: Write to an R Markdown File

View source: R/ld-write-file.r

ld_write_fileR Documentation

Write to an R Markdown File

Description

This function takes header information and a listdown object and writes to a specified file.

Usage

ld_write_file(rmd_header, ld, file_name)

Arguments

rmd_header

either a character or listdown_header with R Markdown header information.

ld

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

file_name

the output file to write to.

Value

The invisible value 'TRUE' indicating the write was successful.


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