Learn R Programming

romero.gateway (version 0.4.4)

searchFor: Search for OMERO objects

Description

Search for OMERO objects

Usage

searchFor(server, type, scope, query)

Arguments

server

The server

type

The type of the objects to search for, e.g. Image (default: Image)

scope

Limit the scope to 'Name', 'Description' or 'Annotation' (optional)

query

The search query

Value

The search results (collection of OMERO objects) @seealso '>OMERO

Examples

Run this code
# NOT RUN {
found <- searchFor(server, "Project", scope = "Name", "MyProject")
# }

Run the code above in your browser using DataLab