Description Usage Arguments Value Examples
Returns a set of catalogs that are available on this server.
1 |
service |
Service object containing server url, username, and password |
For each catalog, id and uri properties are returned, giving respectively the name of the catalog and the URL under which it is found. Properties named readable and writable indicate, for each catalog, whether the current user has read or write access to it.
1 2 3 4 5 | ## Not run:
service = service("localhost","user","password")
listCatalogs(service)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.