Description Usage Arguments Value Examples
Load an object from the server
1 | loadObject(server, type, id)
|
server |
The server |
type |
The object type |
id |
The object ID |
The OME remote object @seealso OMERO
1 2 3 4 5 | ## Not run:
obj <- loadObject(server, "ImageData", 123)
image <- cast(obj)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.