rmd_output_arguments: Get document output arguments from the 'rmarkdown' package

View source: R/yaml_utils.R

rmd_output_argumentsR Documentation

Get document output arguments from the rmarkdown package

Description

[Experimental]

Retrieves the arguments for a specified document output type from the rmarkdown package.

Usage

rmd_output_arguments(output_name, default_values = FALSE)

Arguments

output_name

(character) rmarkdown output name.

default_values

(logical(1)) if to return a default values for each argument.

Examples

rmd_output_arguments("pdf_document")
rmd_output_arguments("pdf_document", TRUE)

teal.reporter documentation built on April 3, 2025, 7:39 p.m.