Description Usage Arguments Value
View source: R/process_manual.R
This function will download, process and convert the source .texi
files
so that all the necessary structure and files are there to build the book with Quarto
1 2 3 4 5 6 7 8 9 | process_manual(
manual = "R-exts.texi",
folder = tolower(sub(".texi", "", manual)),
manuals_folder = "manuals",
.quicktest = FALSE,
.make_info = !.quicktest,
.download = !.quicktest,
verbose = TRUE
)
|
manual |
Name of the manual to download and process (a |
folder |
sub-folder for intermediaries files per manual. Default to name of manual |
manuals_folder |
folder where all the intermediary folders are stored. |
.quicktest |
If TRUE, removes some of the HTML files after |
.make_info |
If TRUE, convert |
.download |
If TRUE, download the manual files |
verbose |
If TRUE, prints progress messages |
NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.