dot-getSamples: get samples of a container as data frame object

.getSamplesR Documentation

get samples of a container as data frame object

Description

get samples of a container as data frame object

Usage

.getSamples(
  login = NULL,
  webservicepassword = NULL,
  posturl = NULL,
  containerid = NULL,
  updateProgress = NULL
)

Arguments

login

bfabric login

webservicepassword

bfabric webservicepassword, visible when you check your user details in the bfabric system.

posturl

where the flask server is working

containerid

bfabric container id.

updateProgress

a callback function for writing log output, e.g., using a Progress object, see also https://shiny.rstudio.com/articles/progress.html.

Value

a data.frame

Author(s)

CP 2023-03-14

Examples

smp <- bfabricShiny:::.getSamples(login, webservicepassword,
   posturl = bfabricposturl,
   containerid = 30993)

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