read: read function which supports pages

View source: R/fgcz.R

readR Documentation

read function which supports pages

Description

read function which supports pages

Usage

read(
  login = NULL,
  webservicepassword = NULL,
  endpoint = "workunit",
  offset = 0,
  maxitems = 100,
  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'

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.

maxpages

max number of supported pages to

page

define requested page, default is 1

Author(s)

MdE/CP 2023-03; CP 2024-12-24

Examples

bfabricShiny::read(login,
  webservicepassword,
  endpoint = 'sample',
  query = list('containerid' = 34777),
  posturl = bfabricposturl,
  maxitems = 1000) -> rv


fgcz/bfabricShiny documentation built on Dec. 25, 2024, 2:37 a.m.