experimentPublish: experimentPublish Publishes an experiment.

Description Usage Arguments Details Value Author(s) Examples

Description

experimentPublish - Publishes an experiment.

Usage

1
2
experimentPublish(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

experimentPublish Publishes an experiment.

Value

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

Author(s)

Craig Parman

Examples

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

## End(Not run)

ceparman/CoreAPI documentation built on May 13, 2019, 2:59 p.m.