View source: R/Module_SaveNetworkModule.R
SaveNetworkModule | R Documentation |
Module for saving molecular network data
SaveNetworkModule( input, output, session, values = reactiveValues(Networks = NULL, projectData = NULL), reactives = reactive({ list(graphname = NULL, filename = "table.graphml") }), static = list(tooltip = "Save Network as a graphml file", label = "Save Network", allowformats = list(`Metaboseek Graph (.mskg)` = ".mskg", graphML = ".graphML")) ) SaveNetworkModuleUI(id)
input |
arguments necessary for use with
|
output |
arguments necessary for use with
|
session |
arguments necessary for use with
|
values |
a |
reactives |
a list, wrapped in a |
static |
a list of arguments that are not in a reactive context and hence do not change while the app is running. |
id |
id to be used to define a namespace via |
Returns nothing
SaveNetworkModule
: Server logic
SaveNetworkModuleUI
: UI elements
values
for a description of the values
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.