Description Usage Arguments Value Author(s) See Also Examples
Get list of annotation services encapsulated within the particular ServiceManager object.
1 2 | ## S3 method for class 'ServiceManager'
getServices(this, ...)
|
... |
Not used. |
List of Annotation
derived services.
Alex Lisovich, Roger Day
For more information see ServiceManager
.
1 2 3 | svm<-ServiceManager(ServiceManager$getDefaultServices());
print(names(getServices(svm)));
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.