GeneHive processing | R Documentation |
These functions pre-process lists that will be converted to JSON during PUT or POST API calls, or post-process list objects converted from JSON in the HTTP response body of API calls. These are utility functions that are called by other functions, and should not be called directly by the user.
hivePreprocess(x) hivePostprocess( x, type = c("Entity", "EntityClass", "Group", "User", "WorkFileProperties") )
x |
A list object (for |
type |
A character string specifying the type of the record;
defaults to |
hivePreprocess
The list x
, modified as needed for upload.
hivePostprocess
If the list x
has no names, it represents a list of records, and
a SimpleList
object of the same length as x
will be returned; otherwise, a single S4 object will be returned.
Adam C. Gower agower@bu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.