export_html: Export BioCompute Object as HTML

View source: R/export-docs.R

export_htmlR Documentation

Export BioCompute Object as HTML

Description

Export BioCompute Object as HTML

Usage

export_html(x, file, wrap = FALSE, linewidth = 80, ...)

Arguments

x

BioCompute Object JSON string from convert_json

file

HTML output file path

wrap

Should the long lines be wrapped?

linewidth

Maximum linewidth when wrap is TRUE.

...

Additional parameters for render.

Value

Path to the output file

Examples

## Not run: 
file_html <- tempfile(fileext = ".html")
generate_example("HCV1a") %>%
  convert_json() %>%
  export_html(file_html)

## End(Not run)

biocompute documentation built on May 3, 2022, 9:08 a.m.