read | R Documentation |
read function which supports pages
read(
login = NULL,
webservicepassword = NULL,
endpoint = "workunit",
offset = 0,
maxitems = 100,
query = list(),
posturl = NULL,
posturlsuffix = "read",
idonly = FALSE,
updateProgress = NULL
)
login |
bfabric login |
webservicepassword |
bfabric webservicepassword, visible when you check your user details in the bfabric system. |
endpoint |
the endpoint, e.g., |
query |
e,g, |
posturl |
where the flask server is working |
posturlsuffix |
defines the method to use, e.g., read. also, save should work |
updateProgress |
a callback function for writing log output, e.g.,
using a |
maxpages |
max number of supported pages to |
page |
define requested page, default is 1 |
MdE/CP 2023-03; CP 2024-12-24
bfabricShiny::read(login,
webservicepassword,
endpoint = 'sample',
query = list('containerid' = 34777),
posturl = bfabricposturl,
maxitems = 1000) -> rv
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.