Bundles the multi-page PDF report alongside the supporting SVGs (Venn,
UpSet, Network, Share Distribution), TSVs (Region Summary, Item Matrix,
Statistics), the 3-sheet xlsx workbook, and a README.txt provenance
header into a single ZIP. Mirrors the webtool's *Download Everything*
button and Python's vdl report zip.
Examples
# \donttest{
if (getRversion() >= "4.6") {
ds <- load_sample("dataset_real_cancer_drivers_4")
res <- analyze(ds)
to_zip_report(res, tempfile(fileext = ".zip"))
}
# }