Description Usage Arguments Value Examples
Search for OMERO objects
1 |
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 |
The search results (collection of OMERO objects) @seealso OMERO
1 2 3 4 | ## Not run:
found <- searchFor(server, "Project", scope = "Name", "MyProject")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.