authorReport-Ready4showSynopsis | R Documentation |
authorReport method applied to Ready4showSynopsis
## S4 method for signature 'Ready4showSynopsis'
authorReport(
x,
args_ls = NULL,
consent_1L_chr = "",
consent_indcs_int = 1L,
fl_nm_1L_chr = NA_character_,
options_chr = c("Y", "N"),
rmd_fl_nms_ls = NULL,
what_1L_chr = NA_character_,
...
)
x |
An object of class Ready4showSynopsis |
args_ls |
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 |
fl_nm_1L_chr |
File name (a character vector of length one), Default: 'NA' |
options_chr |
Options (a character vector), Default: c("Y", "N") |
rmd_fl_nms_ls |
R Markdown file names (a list), Default: NULL |
what_1L_chr |
What (a character vector of length one), Default: 'NA' |
... |
Additional arguments |
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.