save | R Documentation |
Saves an object in bfabric
save(
login = NULL,
webservicepassword = NULL,
endpoint = "workunit",
posturl = "http://localhost:5000/",
query = NULL
)
login |
bfabric login |
webservicepassword |
bfabric webservicepassword, visible when you check your user details in the bfabric system. |
endpoint |
the endpoint, e.g., |
posturl |
where the flask server is working |
query |
e,g, |
bfabric json object.
Christian Panse <cp@fgcz.ethz.ch> 2016-2023, MdE 2023-03-17
## Not run:
bfabricShiny::save(login, webservicepassword , 'workunit',
posturl = bfabricposturl,
list(applicationid = 212, description = 'test2', containerid = 3000))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.