loadObject: Load an object from the server

Description Usage Arguments Value Examples

Description

Load an object from the server

Usage

1
loadObject(server, type, id)

Arguments

server

The server

type

The object type

id

The object ID

Value

The OME remote object @seealso OMERO

Examples

1
2
3
4
5
## Not run: 
obj <- loadObject(server, "ImageData", 123)
image <- cast(obj)

## End(Not run)

romero.gateway documentation built on Dec. 23, 2018, 5:04 p.m.