updateCellContents - Puts a cell lot in a container cell.

updateCellContents(coreApi, containerType, containerBarcode,
  containerCellNum, sampleLotBarcode, amount, amountUnit, concentration,
  concentrationUnit, useVerbose = FALSE)

Arguments

coreApi

coreApi object with valid jsessionid

containerType

container entity type

containerBarcode

container barcode

containerCellNum

container cell number

sampleLotBarcode

barcode of lot to add to cell

amount

amount to add (numeric)

amountUnit

units

concentration

(numeric)

concentrationUnit

concentration units

useVerbose

use verbose communications for debugging

Value

RETURN returns a list $entity contains updated container information, $response contains the entire http response

Details

updateCellContents Puts a cell lot in a container cell

Examples

# NOT RUN {
api<-CoreAPI("PATH TO JSON FILE")
login<- CoreAPI::authBasic(api)
cell<-
logOut(login$coreApi )
# }