Description Usage Arguments Details Value Author(s) Examples
transferCellContents
- Transfers contents from one cell to another.
1 2 | transferCellContents(coreApi, sourceCellID, destCellID, amount,
concentration, amountUnit, concentrationUnit, useVerbose = FALSE)
|
coreApi |
coreApi object with valid jsessionid |
sourceCellID |
source cell ID |
destCellID |
destination cell ID |
amount |
amount to transfer |
concentration |
concentration for destination cell |
amountUnit |
valid units for amount |
concentrationUnit |
valid units for concentration |
useVerbose |
use verbose messaging for debugging |
transferCellContents
Transfers contents from one cell to another.
RETURN returns a list $entity contains cell information, $response contains the entire http response
Craig Parman
1 2 3 4 5 6 7 | ## Not run:
api<-CoreAPI("PATH TO JSON FILE")
login<- CoreAPI::authBasic(api)
newcell<-transferCellContents(login$coreApi,"98811","93221","1",".1","mg/ML","uL")
logOut(login$coreApi )
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.