searchFor: Search for OMERO objects

Description Usage Arguments Value Examples

Description

Search for OMERO objects

Usage

1
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

1
2
3
4
## Not run: 
found <- searchFor(server, "Project", scope = "Name", "MyProject")

## End(Not run)

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