bfabric | R Documentation |
provides a shiny server module for the bfabric system.
It is assumes that the exec/flask_bfabric_sample.py
programm is running.
ssh-keygen -f $PWD/bfabricShiny.key -t rsa
will generate
the key files.
bfabric(
input,
output,
session,
applicationid = NULL,
resoucepattern = ".*",
resourcemultiple = FALSE
)
input |
default module input |
output |
default module output |
session |
module session |
t.b.d.
add bf <- callModule(bfabric, "bfabric8", applicationid = c(155))
follow the instructions bfabricInput
check the input$resourceid
value.
Christian Panse <cp@fgcz.ethz.ch> 2017
https://doi.org/10.1145/1739041.1739135
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.