getWellContents: getWellContents - Gets content information of a single...

Description Usage Arguments Details Value Author(s) Examples

View source: R/getWellContents.R

Description

getWellContents - Gets content information of a single container well.

Usage

1
2
getWellContents(coreApi, containerBarcode, containerWellNum,
  containerType = "CONTAINER", fullMetadata = FALSE, ...)

Arguments

coreApi

coreApi object with valid jsessionid

containerBarcode

container barcode

containerWellNum

number location of container's well

containerType

entity type of container (default: "CONTAINER")

fullMetadata

get full metadata, default is FALSE

...

additional arguments passed to apiGET

Details

getWellContents Gets content information of a single container well.

Value

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

Author(s)

Craig Parman info@ngsanalytics.com

Scott Russell scott.russell@thermofisher.com

Natasha Mora natasha.mora@thermofisher.com

Examples

1
2
3
4
5
6
7
## Not run: 
api <- coreAPI("PATH TO JSON FILE")
login <- authBasic(api)
well <- getWellContents(login$coreApi, "VIA9", "1", "VIAL")
logOut(login$coreApi)

## End(Not run)

AmundsenJunior/pfsrsdk documentation built on July 18, 2019, 8:10 p.m.