bfabric: shiny server module for the bfabric

View source: R/bfabric.R

bfabricR Documentation

shiny server module for the bfabric

Description

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.

Usage

bfabric(
  input,
  output,
  session,
  applicationid = NULL,
  resoucepattern = ".*",
  resourcemultiple = FALSE
)

Arguments

input

default module input

output

default module output

session

module session

Details

t.b.d.

  1. add bf <- callModule(bfabric, "bfabric8", applicationid = c(155))

  2. follow the instructions bfabricInput

Value

check the input$resourceid value.

Author(s)

Christian Panse <cp@fgcz.ethz.ch> 2017

References

https://doi.org/10.1145/1739041.1739135

See Also


cpanse/bfabricShiny documentation built on March 27, 2024, 1:53 a.m.