make_rmd_fl_nms_ls | R Documentation |
make_rmd_fl_nms_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make markdown file names list. The function returns a R Markdown file names (a list).
make_rmd_fl_nms_ls(
html_fl_nm_1L_chr = "Main_HTML",
pdf_fl_nm_1L_chr = "Main_Bookdown_PDF",
word_fl_nm_1L_chr = "Main_Word"
)
html_fl_nm_1L_chr |
Html file name (a character vector of length one), Default: 'Main_HTML' |
pdf_fl_nm_1L_chr |
Pdf file name (a character vector of length one), Default: 'Main_Bookdown_PDF' |
word_fl_nm_1L_chr |
Word file name (a character vector of length one), Default: 'Main_Word' |
a R Markdown file names (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.