powered by
Export BioCompute Object as PDF
export_pdf(x, file, wrap = FALSE, linewidth = 80, ...)
BioCompute Object JSON string from convert_json
convert_json
PDF output file path
Should the long lines be wrapped?
Maximum linewidth when wrap is TRUE.
wrap
TRUE
Additional parameters for render.
render
Path to the output file
# NOT RUN { file_pdf <- tempfile(fileext = ".pdf") generate_example("HCV1a") %>% convert_json() %>% export_pdf(file_pdf) # }
Run the code above in your browser using DataLab