export_pdf {biocompute} | R Documentation |
Export BioCompute Object as PDF
Description
Export BioCompute Object as PDF
Usage
export_pdf(x, file, wrap = FALSE, linewidth = 80, ...)
Arguments
x |
BioCompute Object JSON string from |
file |
PDF output file path |
wrap |
Should the long lines be wrapped? |
linewidth |
Maximum linewidth when |
... |
Additional parameters for |
Value
Path to the output file
Examples
## Not run:
file_pdf <- tempfile(fileext = ".pdf")
generate_example("HCV1a") %>%
convert_json() %>%
export_pdf(file_pdf)
## End(Not run)
[Package biocompute version 1.1.1 Index]