getProtocolById: Gets a protocol

View source: R/JSON_library.R

getProtocolByIdR Documentation

Gets a protocol

Description

Gets a protocol by id or codename, with options of what to get

Usage

getProtocolById(id, include = "", errorEnv = NULL,
  lsServerURL = racas::applicationSettings$client.service.persistence.fullpath)

getProtocolByCodeName(protocolCodeName, include = "", errorEnv = NULL,
  lsServerURL = racas::applicationSettings$client.service.persistence.fullpath)

Arguments

include

a character string describing what to include

errorEnv

the environment where errors will be stored to

lsServerURL

the url for the roo server

protocolCodeName

the codename of an protocol

protocolId

the id of the protocol

Details

include not yet implemented by roo server


mcneilco/racas documentation built on April 19, 2024, 1:12 p.m.