Description Usage Arguments Value Examples
An experimental function to display a report SVG in whatever way is available.
1 |
connection |
The connection object. |
row |
A row from the connection$assets table. |
The SVG path if download is successful, null otherwise.
1 2 3 4 5 | dontrun
domain <- "https://txomeai.oceangenomics.com"
path <- "api/pipeline-output/c444dfda-de51-4053-8cb7-881dd1b2734d/2021-10-25T185916/report/index.html"
report <- txomeai_connect(paste(domain, path, sep="/"))
txomeai_display(report, report$assets[1,])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.