| to_pdf_report | R Documentation |
Writes a US Letter landscape PDF with overview, venn+upset, statistics tables, and (by default) network and methodology pages. Each page has a footer with package version, generation timestamp, and page number.
to_pdf_report(
result,
path,
title = NULL,
include_network = TRUE,
include_about = TRUE
)
result |
A ['RegionResult-class']. |
path |
Output PDF file path. |
title |
Optional title override for the overview page. |
include_network |
If 'TRUE' (default), include the network page. |
include_about |
If 'TRUE' (default), include the methodology page. |
Invisibly returns 'NULL'. The PDF is written to 'path'.
if (getRversion() >= "4.6") {
result <- analyze(load_sample("dataset_real_cancer_drivers_4"))
to_pdf_report(result, tempfile(fileext = ".pdf"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.