loadObject: Load an object from the server

loadObjectR Documentation

Load an object from the server

Description

Load an object from the server

Usage

loadObject(server, type, id)

Arguments

server

The server

type

The object type

id

The object ID

Value

The OME remote object @seealso OMERO

Examples

## Not run: 
obj <- loadObject(server, "ImageData", 123)
image <- cast(obj)

## End(Not run)

ome/rOMERO-gateway documentation built on Nov. 5, 2023, 9:29 a.m.