HTML_download_handler: Handle download of AmyloGraph network to HTML

View source: R/download_handler.R

HTML_download_handlerR Documentation

Handle download of AmyloGraph network to HTML

Description

Creates a download handler that can be inserted into an app and used to download AmyloGraph network data in HTML format.

Usage

HTML_download_handler(node_positions)

Arguments

node_positions

[reactive(data.frame())]
Table of node positions with x, y, and id columns.

nodes

[data.frame()]
AmyloGraph node data.

edges

[data.frame()]
AmyloGraph edge data.

Value

A downloadHandler object.


KotulskaLab/AmyloGraph documentation built on June 30, 2023, 8:48 p.m.