.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
bfabricShiny:::.getSamples(login, webservicepassword,
posturl = bfabricposturl,
containerid = 30993) -> smp
smp
lapply(c(29941,30021,30041,30057), FUN = bfabricShiny:::.getSamples,
login = login,
webservicepassword = webservicepassword,
posturl = bfabricposturl) -> smp
smp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.