Learn R Programming

romero.gateway (version 0.4.4)

loadObject: 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

Run this code
# NOT RUN {
obj <- loadObject(server, "ImageData", 123)
image <- cast(obj)
# }

Run the code above in your browser using DataLab