save: Saves an object in bfabric

View source: R/fgcz.R

saveR Documentation

Saves an object in bfabric

Description

Saves an object in bfabric

Usage

save(
  login = NULL,
  webservicepassword = NULL,
  endpoint = "workunit",
  posturl = "http://localhost:5000/",
  query = NULL
)

Arguments

login

bfabric login

webservicepassword

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

endpoint

the endpoint, e.g., 'sample'

posturl

where the flask server is working

query

e,g, list(containerid = 3000)

Value

bfabric json object.

Author(s)

Christian Panse <cp@fgcz.ethz.ch> 2016-2023, MdE 2023-03-17

Examples

## Not run: 
bfabricShiny::save(login, webservicepassword , 'workunit',
  posturl = bfabricposturl,
  list(applicationid = 212, description = 'test2', containerid = 3000))

## End(Not run)

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