export_word | R Documentation |
Export BioCompute Object as Word document
export_word(x, file, wrap = FALSE, linewidth = 80, ...)
x |
BioCompute Object JSON string from |
file |
Word (docx) output file path |
wrap |
Should the long lines be wrapped? |
linewidth |
Maximum linewidth when |
... |
Additional parameters for |
Path to the output file
## Not run:
file_docx <- tempfile(fileext = ".docx")
generate_example("HCV1a") %>%
convert_json() %>%
export_word(file_docx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.