txomeai_display: Display a svg diagram.

Description Usage Arguments Value Examples

View source: R/txomeai.R

Description

An experimental function to display a report SVG in whatever way is available.

Usage

1

Arguments

connection

The connection object.

row

A row from the connection$assets table.

Value

The SVG path if download is successful, null otherwise.

Examples

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,])

OceanGenomics/txomeai documentation built on Feb. 19, 2022, 1:46 p.m.