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

Description Usage Arguments Details Value Author(s) Examples

Description

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

Usage

1
2
isExperimentPublished(coreApi, experimentType, experimentBarcode,
  useVerbose = FALSE)

Arguments

coreApi

coreApi object with valid jsessionid

experimentType

experiment entity type

experimentBarcode

barcode of the experiment.

useVerbose

Use verbose communication for debugging

Details

isExperimentPublished gets a boolean indicating if an experiment is published.

Value

RETURN returns a list $status contains the experiment published status, $response contains the entire http response

Author(s)

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)
update <- isExperimentPublished(login$coreApi, experimentType, experimentBarcode, useVerbose = TRUE)
logOut(login$coreApi)

## End(Not run)

ajwtech/pfsrsdk documentation built on June 14, 2019, 10:34 a.m.