isExperimentPublished: isExperimentPublished gets a boolean indicating if an...

Description Usage Arguments Details Value Author(s) Examples

View source: R/isExperimentPublished.R

Description

isExperimentPublished - gets a boolean indicating if an experiment is published.

Usage

1
isExperimentPublished(coreApi, experimentType, experimentBarcode, ...)

Arguments

coreApi

coreApi object with valid jsessionid

experimentType

experiment entity type

experimentBarcode

barcode of the experiment.

...

additional arguments passed to apiGET

Details

isExperimentPublished gets a boolean indicating if an experiment is published.

Value

List of length 2, containing content and response objects:

Author(s)

Natasha Mora natasha.mora@thermofisher.com

Scott Russell scott.russell@thermofisher.com

Examples

1
2
3
4
5
6
7
## Not run: 
api <- coreAPI("PATH TO JSON FILE")
login <- authBasic(api)
update <- isExperimentPublished(login$coreApi, experimentType, experimentBarcode, useVerbose = TRUE)
logOut(login$coreApi)

## End(Not run)

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