powered by
Search for OMERO objects
searchFor(server, type, scope, query)
The server
The type of the objects to search for, e.g. Image (default: Image)
Limit the scope to 'Name', 'Description' or 'Annotation' (optional)
The search query
The search results (collection of OMERO objects) @seealso '>OMERO
# NOT RUN { found <- searchFor(server, "Project", scope = "Name", "MyProject") # }
Run the code above in your browser using DataLab