R/updateCellContents.R
updateCellContents.Rd
updateCellContents
- Puts a cell lot in a container cell.
updateCellContents(coreApi, containerType, containerBarcode, containerCellNum, sampleLotBarcode, amount, amountUnit, concentration, concentrationUnit, useVerbose = FALSE)
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 |
RETURN returns a list $entity contains updated container information, $response contains the entire http response
updateCellContents
Puts a cell lot in a container cell
# NOT RUN { api<-CoreAPI("PATH TO JSON FILE") login<- CoreAPI::authBasic(api) cell<- logOut(login$coreApi ) # }