dot-read: .read

.readR Documentation

.read

Description

.read

Usage

.read(
  login = NULL,
  webservicepassword = NULL,
  endpoint = "workunit",
  page = 1,
  query = list(),
  posturl = NULL,
  posturlsuffix = "read",
  idonly = FALSE,
  updateProgress = 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'

page

define requested page, default is 1

query

e,g, list(containerid = 3000)

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 Progress object, see also https://shiny.rstudio.com/articles/progress.html.

Author(s)

MdE/CP 2023-03


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