write_rndrd_rprt | R Documentation |
write_rndrd_rprt() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write rendered report. The function is called for its side effects and does not return a value.
write_rndrd_rprt(
rprt_type_ls,
abstract_args_ls = NULL,
consent_1L_chr = "",
consent_indcs_int = 1L,
header_yaml_args_ls = NULL,
nm_of_mkdn_dir_1L_chr = "Markdown",
options_chr = c("Y", "N"),
overwrite_1L_lgl = T,
params_ls = list(output_type_1L_chr = "HTML"),
path_to_rprt_dir_1L_chr = "./",
path_to_write_dirs_to_1L_chr = NA_character_
)
rprt_type_ls |
Report type (a list) |
abstract_args_ls |
Abstract arguments (a list), Default: NULL |
consent_1L_chr |
Consent (a character vector of length one), Default: ” |
consent_indcs_int |
Consent indices (an integer vector), Default: 1 |
header_yaml_args_ls |
Header yaml arguments (a list), Default: NULL |
nm_of_mkdn_dir_1L_chr |
Name of markdown directory (a character vector of length one), Default: 'Markdown' |
options_chr |
Options (a character vector), Default: c("Y", "N") |
overwrite_1L_lgl |
Overwrite (a logical vector of length one), Default: T |
params_ls |
Parameters (a list), Default: list(output_type_1L_chr = "HTML") |
path_to_rprt_dir_1L_chr |
Path to report directory (a character vector of length one), Default: './' |
path_to_write_dirs_to_1L_chr |
Path to write directories to (a character vector of length one), Default: 'NA' |
No return value, called for side effects.
rmarkdown::render()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.