.getSamples | R Documentation |
get samples of a container as data frame object
.getSamples(
login = NULL,
webservicepassword = NULL,
posturl = NULL,
containerid = NULL,
updateProgress = NULL
)
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 |
a data.frame
CP 2023-03-14
smp <- bfabricShiny:::.getSamples(login, webservicepassword,
posturl = bfabricposturl,
containerid = 30993)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.