rmd_output_arguments {teal.reporter} | R Documentation |
Get document output arguments from the rmarkdown
package
Description
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 |
( |
default_values |
( |
Examples
rmd_output_arguments("pdf_document")
rmd_output_arguments("pdf_document", TRUE)
[Package teal.reporter version 0.3.1 Index]