Description Usage Arguments Value Examples
Returns the version of the AllegroGraph server, as a string.
1 |
service |
Service object containing service url, username, and password |
complex |
Default FALSE. Will return all version related info. If FALSE, will just return version number |
Version of allegroGraph
1 2 3 4 5 | ## Not run:
service = service("localhost","user","password")
getVersion(service)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.