| pdf_document | R Documentation |
This function must be used in the 'R' console. This will generate the documentation in a '_pagedown_output' directory
pdf_document(
extra_args = c("--disable-gpu", "--no-sandbox"),
timeout = 1000,
verbose = 1,
asHTML = FALSE
)
extra_args |
Extra command-line arguments to be passed to Chrome. |
timeout |
The number of seconds before canceling the document generation. Use a larger value if the document takes longer to build. |
verbose |
Level of verbosity: |
asHTML |
Logical indicating wether we prefer a HTML or a PDF (default) file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.