getContainerCellIds: getContainerCellIds - Gets cell ids for a container

Description Usage Arguments Details Value Author(s) Examples

View source: R/getContainerCellIds.R

Description

getContainerCellIds - Gets cell ids for a container

Usage

1
2
getContainerCellIds(coreApi, containerType, containerBarcode,
  useVerbose = FALSE)

Arguments

coreApi

coreApi object with valid jsessionid

containerType

container entity type

containerBarcode

container barcode

useVerbose

Use verbose communication for debugging

Details

getContainerCellIds Gets information about container contents.

Value

RETURN returns $entity a array of cell IDs and $response contains the entire http response

Author(s)

Craig Parman ngsAnalytics, ngsanalytics.com

Examples

1
2
3
4
5
6
7
## Not run: 
api<-CoreAPI("PATH TO JSON FILE")
login<- CoreAPIV2::authBasic(api)
cellIDs<-CoreAPIV2::getContainerCellIds(login$coreApi,"384 WELL PLATE","TE1")$entity
CoreAPIV2::logOut(login$coreApi )

## End(Not run)

ceparman/Core5.3 documentation built on May 7, 2019, 8:16 a.m.